From f69fd7734cde8e8d9a9b8ca62969e25ceb66c172 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 12 Aug 2014 19:56:28 +0000 Subject: [PATCH] - Switch to USES=libtool Approved by: portmgr blanket --- www/mod_authnz_crowd/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/mod_authnz_crowd/Makefile b/www/mod_authnz_crowd/Makefile index dbf899424cb5..6414501152e6 100644 --- a/www/mod_authnz_crowd/Makefile +++ b/www/mod_authnz_crowd/Makefile @@ -3,7 +3,7 @@ PORTNAME= mod_authnz_crowd PORTVERSION= 2.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://downloads.atlassian.com/software/crowd/downloads/cwdapache/ DIST_SUBDIR= apache2 @@ -18,7 +18,8 @@ LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion \ RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_dav_svn.so:${PORTSDIR}/www/mod_dav_svn -USE_AUTOTOOLS= autoconf:env automake:env libtool:env +USES= libtool +USE_AUTOTOOLS= autoconf:env automake:env libtoolize GNU_CONFIGURE= yes USE_GNOME= libxml2 USE_GCC= any