svn commit: r333483 - head/lang/xotcl
Pietro Cerutti
gahr at FreeBSD.org
Mon Nov 11 10:58:47 UTC 2013
Author: gahr
Date: Mon Nov 11 10:58:46 2013
New Revision: 333483
URL: http://svnweb.freebsd.org/changeset/ports/333483
Log:
- Update to USES+=gmake tcl
- Convert to new LIB_DEPENDS format
Modified:
head/lang/xotcl/Makefile
Modified: head/lang/xotcl/Makefile
==============================================================================
--- head/lang/xotcl/Makefile Mon Nov 11 10:50:46 2013 (r333482)
+++ head/lang/xotcl/Makefile Mon Nov 11 10:58:46 2013 (r333483)
@@ -13,12 +13,10 @@ COMMENT= Object-oriented scripting langu
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 "
More information about the svn-ports-head
mailing list