diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ppxp/Makefile | 4 |
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 \ |