summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorreg <reg@FreeBSD.org>2000-04-17 00:18:05 +0000
committerreg <reg@FreeBSD.org>2000-04-17 00:18:05 +0000
commit8b766534122d71052c9f8e5a0752944edf0450f8 (patch)
tree255862bd3b0c32802317a9ddc3193fd714753916 /net
parente0c8ef49d897de0719277097a1e6578f291f493e (diff)
downloadFreeBSD-ports-8b766534122d71052c9f8e5a0752944edf0450f8.zip
FreeBSD-ports-8b766534122d71052c9f8e5a0752944edf0450f8.tar.gz
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
Diffstat (limited to 'net')
-rw-r--r--net/ppxp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile
index 6648da3..61acffc 100644
--- a/net/ppxp/Makefile
+++ b/net/ppxp/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= nosuzuki@e-mail.ne.jp
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
xforms.0:${PORTSDIR}/x11-toolkits/xforms
-.if defined(USE_TCLJP)
+.if defined(WITH_TCLJP)
BUILD_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 \
tclsh8.0jp:${PORTSDIR}/japanese/tcl80
LIB_DEPENDS+= tcl80jp.1:${PORTSDIR}/japanese/tcl80
@@ -36,7 +36,7 @@ WRKSRC= ${WRKDIR}/ppxp
USE_GMAKE= yes
MAKEFILE= makefile
GNU_CONFIGURE= yes
-.if defined(USE_TCLJP)
+.if defined(WITH_TCLJP)
CONFIGURE_ARGS+= --with-tclsh=${PREFIX}/bin/tclsh8.0jp \
--with-wish=${PREFIX}/bin/wish8.0jp \
--with-tcl-includes=${PREFIX}/include/tcl8.0jp \
OpenPOWER on IntegriCloud