Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 06:47:20 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327524 - head/net/nss_ldap
Message-ID:  <201309180647.r8I6lKJ7098644@svn.freebsd.org>

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



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