1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to USES+=gmake tcl

- Convert to new LIB_DEPENDS format
This commit is contained in:
Pietro Cerutti 2013-11-11 10:58:46 +00:00
parent 427fb79bb3
commit b10471564b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333483

View File

@ -13,12 +13,10 @@ COMMENT= Object-oriented scripting language based on Tcl
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USE_TCL= 84+
INVALID_TCL_VER= 86
USES+= gmake tcl:84,85
INSTALL_TARGET= install
ALL_TARGET= all test-nohttp
USE_GMAKE= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
MAKE_JOBS_UNSAFE= yes
@ -32,8 +30,8 @@ OPTIONS_DEFAULT= ACTIWEB
ACTIWEB_DESC= Include actiweb
TUTORIAL_DESC= Install XOTcl tutorial
LIB_DEPENDS+= expat.6:${PORTSDIR}/textproc/expat2
CONFIGURE_ARGS+= --with-expat=${LOCALBASE}/include,${LOCALBASE}/lib
LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2
CONFIGURE_ARGS+=--with-expat=${LOCALBASE}/include,${LOCALBASE}/lib
.else
AOLSERVERBASE?= aolserver
.endif
@ -52,7 +50,7 @@ NO_BUILD= yes
.if ${PORT_OPTIONS:MACTIWEB}
CONFIGURE_ARGS+= --with-actiweb --with-gdbm=${LOCALBASE}/include,${LOCALBASE}/lib
LIB_DEPENDS+= gdbm.4:${PORTSDIR}/databases/gdbm
LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm
PLIST_SUB+= ACTIWEB=""
.else
PLIST_SUB+= ACTIWEB="@comment "