svn commit: r327524 - head/net/nss_ldap

Andrej Zverev az at FreeBSD.org
Wed Sep 18 06:47:20 UTC 2013


Author: az
Date: Wed Sep 18 06:47:20 2013
New Revision: 327524
URL: http://svnweb.freebsd.org/changeset/ports/327524

Log:
  - add a build dependency on perl
  - convert USE_GMAKE to USES=gmake
  
  With hat:	perl@

Modified:
  head/net/nss_ldap/Makefile

Modified: head/net/nss_ldap/Makefile
==============================================================================
--- head/net/nss_ldap/Makefile	Wed Sep 18 06:46:13 2013	(r327523)
+++ head/net/nss_ldap/Makefile	Wed Sep 18 06:47:20 2013	(r327524)
@@ -16,8 +16,9 @@ LICENSE=	GPLv2
 
 NSS_LDAP_VERSION=265
 
+USES=		gmake perl5
+USE_PERL5=	build
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	automake aclocal autoconf autoheader
 AUTOMAKE_ARGS=	--add-missing
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list