summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/gss/Makefile')
-rw-r--r--security/gss/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile
index abbeeb96d92..332d932952f 100644
--- a/security/gss/Makefile
+++ b/security/gss/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/02/10 00:14:41 jlam Exp $
#
DISTNAME= gss-0.0.6
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/gss/releases/ \
${MASTER_SITE_GNU:=gss/}
@@ -11,14 +12,13 @@ HOMEPAGE= http://www.gnu.org/software/gss/
COMMENT= GNU Generic Security Service Library
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
-GNU_CONFIGURE= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gss.pc.in
INFO_FILES= gss.info
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"