diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:18:10 +0000 |
commit | 719aa84d31e0fdccc5dc0336a51434143e872b1c (patch) | |
tree | 437f27df0128c613f334b015618ef67d00f4e0ab /graphics | |
parent | 386199ca7ca2e2f8b9e31cc115b1f82a46d4437a (diff) | |
download | FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.zip FreeBSD-ports-719aa84d31e0fdccc5dc0336a51434143e872b1c.tar.gz |
Mark broken for ELF because of xforms port.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geomview/Makefile | 6 | ||||
-rw-r--r-- | graphics/xfpovray/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index 7eda671..2529e82 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.7 1998/08/07 23:56:25 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/26 23:11:00 steve Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -13,7 +13,9 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org -LIB_DEPENDS= xforms\\.0:${PORTSDIR}/x11-toolkits/xforms \ +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL\\.13:${PORTSDIR}/graphics/Mesa2 \ tk42.1:${PORTSDIR}/x11-toolkits/tk42 diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index a34d353..9555d37 100644 --- a/graphics/xfpovray/Makefile +++ b/graphics/xfpovray/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/06/03 07:45:52 tg Exp $ +# $Id: Makefile,v 1.5 1998/08/07 23:56:27 asami Exp $ # DISTNAME= xfpovray-1.3.1 @@ -15,7 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= xforms\\.0\\.88:${PORTSDIR}/x11-toolkits/xforms +BROKEN_ELF= xforms is a.out only + +LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray USE_IMAKE= yes |