Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Aug 2014 19:56:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364740 - head/www/mod_authnz_crowd
Message-ID:  <53ea716d.674b.17d658b6@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Aug 12 19:56:28 2014
New Revision: 364740
URL: http://svnweb.freebsd.org/changeset/ports/364740
QAT: https://qat.redports.org/buildarchive/r364740/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/www/mod_authnz_crowd/Makefile

Modified: head/www/mod_authnz_crowd/Makefile
==============================================================================
--- head/www/mod_authnz_crowd/Makefile	Tue Aug 12 19:39:33 2014	(r364739)
+++ head/www/mod_authnz_crowd/Makefile	Tue Aug 12 19:56:28 2014	(r364740)
@@ -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:${PORTSD
 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53ea716d.674b.17d658b6>