diff options
author | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-09 06:15:15 +0800 |
commit | 887bdae4b3cc540a82c8482b2e539dad7078e640 (patch) | |
tree | 70c46b36b338dcbdb1ab1f9611160c0dc73e69c9 /net | |
parent | 711696a5d33cd740ada6cbddc44bcb75b79f35df (diff) | |
download | freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.gz freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.tar.zst freebsd-ports-gnome-887bdae4b3cc540a82c8482b2e539dad7078e640.zip |
The xforms ports is no longer an i386-only port.
Diffstat (limited to 'net')
-rw-r--r-- | net/ppxp/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 7a58ba698850..34d71aaa1f4e 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -5,7 +5,7 @@ # KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> # Taguchi Takeshi <taguchi@tohoku.iij.ad.jp> # -# $Id: Makefile,v 1.4 1999/01/10 15:56:35 sada Exp $ +# $Id: Makefile,v 1.5 1999/05/09 16:45:36 steve Exp $ # DISTNAME= ppxp-0.99030108 @@ -35,9 +35,6 @@ RUN_DEPENDS= wish8.0:${PORTSDIR}/x11-toolkits/tk80 \ tclsh8.0:${PORTSDIR}/lang/tcl80 .endif -# depends on xforms -ONLY_FOR_ARCHS= i386 - WRKSRC= ${WRKDIR}/ppxp USE_GMAKE= yes MAKEFILE= makefile |