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/gnutls-devel | |
parent | b179278458f7fe6bc98af1cecc8f195ed363c561 (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/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 0eb89c8b41eb..ed54c4becc07 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnutls-devel -# Date created: 8 Jan 2009 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# +# Created by: Roman Bogorodskiy <novel@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gnutls PORTVERSION= 2.99.4 @@ -23,8 +19,8 @@ LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error \ CONFLICTS= gnutls-[0-9]* USE_XZ= yes -USES= iconv -USE_GNOME= pkgconfig ltverhack +USES= iconv pkgconfig +USE_GNOME= ltverhack GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |