diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-31 00:11:06 +0000 |
commit | b2c2296adc70ba95e4eb69a2d470a394db99bb3a (patch) | |
tree | 1819988b93feb19b650b40d8be41a8908394ae75 /security/gsasl/Makefile | |
parent | - Mark BROKEN, fails to fetch (diff) |
Eradicate USE_GNOME=pkgconfig from security
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
Notes
Notes:
svn path=/head/; revision=325745
Diffstat (limited to 'security/gsasl/Makefile')
-rw-r--r-- | security/gsasl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index 941283a69581..80928c825b3a 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -16,9 +16,8 @@ LIB_DEPENDS= idn.17:${PORTSDIR}/dns/libidn \ gnutls.26:${PORTSDIR}/security/gnutls \ ntlm.0:${PORTSDIR}/security/libntlm -USES= charsetfix -USE_GNOME= gnomehack pkgconfig -USE_PERL5_BUILD= yes +USES= charsetfix pathfix perl5 pkgconfig +USE_PERL5= build GNU_CONFIGURE= yes USE_LDCONFIG= yes |