Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2013 10:58:46 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333483 - head/lang/xotcl
Message-ID:  <201311111058.rABAwkRj008177@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 "



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311111058.rABAwkRj008177>