diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:11:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:11:06 +0800 |
commit | b7313896fb86a61dbc6c3d85eacc92af3690bfd2 (patch) | |
tree | 1819988b93feb19b650b40d8be41a8908394ae75 /security/gss | |
parent | c50142c9fbf6b08d48ddb9fdb4304c09d56bab24 (diff) | |
download | freebsd-ports-gnome-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.gz freebsd-ports-gnome-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.tar.zst freebsd-ports-gnome-b7313896fb86a61dbc6c3d85eacc92af3690bfd2.zip |
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
Diffstat (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index da1ad8e33706..6ac2edaf7cef 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: gss -# Date created: Oct 19, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gss PORTVERSION= 1.0.2 @@ -18,8 +13,8 @@ LIB_DEPENDS= shishi.1:${PORTSDIR}/security/shishi CONFLICTS= heimdal-[0-9]* -USE_PERL5_BUILD= yes -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig perl5 +USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kerberos5 USE_LDCONFIG= yes |