diff options
author | billf <billf@FreeBSD.org> | 1998-12-08 04:46:40 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-08 04:46:40 +0800 |
commit | 946f7419f0455c942c9d95e87f71f25fa9f964c2 (patch) | |
tree | c619f8cc37f5be45efc98968a6e8892ceb7ffad1 /graphics | |
parent | e39fadba64cd546e08c93b2633f58d6852e3a8fb (diff) | |
download | freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.tar.gz freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.tar.zst freebsd-ports-gnome-946f7419f0455c942c9d95e87f71f25fa9f964c2.zip |
Remove the xforms induced "BROKEN_ELF" as xforms has been upgraded so it
works with ELF.
Also: Update xldlas's MASTER_SITE_SUBDIR as sunsite evidently restructured
in May according to Fenner's survey.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/geomview/Makefile | 4 | ||||
-rw-r--r-- | graphics/xfpovray/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index bec5835bed5c..9e890360424b 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -3,7 +3,7 @@ # Date created: 5 November 1996 # Whom: fenner # -# $Id: Makefile,v 1.10 1998/09/27 16:06:56 steve Exp $ +# $Id: Makefile,v 1.11 1998/10/01 02:17:48 jseger Exp $ DISTNAME= geomview-1.6.1 CATEGORIES= graphics tk42 @@ -13,8 +13,6 @@ DISTFILES= geomview-1.6.1-src.tar.gz MAINTAINER= fenner@freebsd.org -BROKEN_ELF= xforms is a.out only - LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms \ MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ tk42.1:${PORTSDIR}/x11-toolkits/tk42 diff --git a/graphics/xfpovray/Makefile b/graphics/xfpovray/Makefile index 9555d3738552..dcee9c81ce7c 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.5 1998/08/07 23:56:27 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/26 23:18:06 steve Exp $ # DISTNAME= xfpovray-1.3.1 @@ -15,8 +15,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.ORG -BROKEN_ELF= xforms is a.out only - LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms RUN_DEPENDS= povray:${PORTSDIR}/graphics/povray |