From b2fd75e43812932b61dab72c80fedba5f9715b82 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Thu, 26 Jun 2003 22:58:32 +0000 Subject: libtool uber-patch * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly) --- www/mod_webapp/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/mod_webapp') diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index db2b7ad20fa3..f24123644d4c 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -18,10 +18,11 @@ COMMENT= Apache module mounts Tomcat web applications BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 \ ${NONEXISTANT}:${PORTSDIR}/devel/apr:extract \ - ${AUTOCONF}:${PORTSDIR}/devel/autoconf \ - ${LIBTOOL}:${PORTSDIR}/devel/libtool + ${AUTOCONF}:${PORTSDIR}/devel/autoconf RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +USE_LIBTOOL= yes +LIBTOOLFILES= # none USE_GMAKE= yes INSTALLS_SHLIB= yes @@ -38,7 +39,6 @@ APR_LIB?= ${LOCALBASE}/lib/ APR_INCLUDE?= ${LOCALBASE}/include/apr-0/ APACHE_MODULES?= libexec/apache/ APR_SRC?= ${WRKDIRPREFIX}${PORTSDIR}/devel/apr/work/apr-?\.?\.?/ -LIBTOOL?= ${LOCALBASE}/bin/libtool AUTOCONF?= ${LOCALBASE}/bin/autoconf # If the user's changed the modules directory, pack things correctly. -- cgit v1.2.3