From 877b8a533b44bb6324ebbaf65cd80a60d1572003 Mon Sep 17 00:00:00 2001 From: Jeremy Lea Date: Mon, 17 Apr 2000 00:18:05 +0000 Subject: 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 --- net/ppxp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/ppxp/Makefile b/net/ppxp/Makefile index 6648da36afbf..61acffcecd44 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 \ -- cgit v1.2.3