diff options
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 |