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 /math/xldlas | |
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 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index eefe2bcb6025..665354826328 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Dec 97 # Whom: Pedro Giffuni <giffunip@asme.org> # -# $Id: Makefile,v 1.4 1998/08/07 23:56:35 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/26 23:18:07 steve Exp $ # DISTNAME= xldlas-0.85 @@ -11,13 +11,11 @@ CATEGORIES= math MASTER_SITES= http://a42.com/~thor/xldlas/ \ http://sunsite.math.klte.hu/mirrors/xldlas/ \ ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/xapps/math +MASTER_SITE_SUBDIR= apps/graphics/visualization EXTRACT_SUFX= -source.tgz MAINTAINER= giffunip@asme.org -BROKEN_ELF= xforms is a.out only - LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas |