diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-07 08:19:57 +0000 |
commit | ec8a4e66c1c63749a508e9ed36ff370302fa689f (patch) | |
tree | c4304430f5506818e6eb1fb0c4dc86e66ba89840 /net/ppxp/Makefile | |
parent | Update to use new WRKSRC directory. (diff) |
Added 'ONLY_FOR_ARCHS=i386' to XForms dependent ports.
XForms has not been available for FreeBSD/alpha yet.
Diffstat (limited to 'net/ppxp/Makefile')
-rw-r--r-- | net/ppxp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 27bba64b3637..750d0d2b2c76 100644 --- a/net/ppxp/Makefile +++ b/net/ppxp/Makefile @@ -4,7 +4,7 @@ # Whom: Norio Suzuki # KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.2 1999/01/02 20:27:41 sada Exp $ # DISTNAME= ppxp-0.98112523 @@ -33,6 +33,9 @@ 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 |