summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-06-28 19:13:24 +0000
committerjlam <jlam@pkgsrc.org>2001-06-28 19:13:24 +0000
commitbdb1760985f67d661a6c6eac88394ce8424559fd (patch)
tree0dd326007fc857e116f40bd56c1fb6ad1e976f76 /security
parented0debd89f94675c44eac4b1695f46558fc69c06 (diff)
downloadpkgsrc-bdb1760985f67d661a6c6eac88394ce8424559fd.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 83070e1bad7..5ac8dd5aa68 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/06/04 23:41:36 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2001/06/28 19:13:24 jlam Exp $
#
DISTNAME= gnupg-1.0.6
@@ -12,11 +12,12 @@ HOMEPAGE= http://www.gnupg.org/
COMMENT= Privacy Guard, a public-Key encryption and digital signature utility
BUILD_USES_MSGFMT= yes
+USE_BUILDLINK_ONLY= yes
CRYPTO= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
-USE_LIBINTL= yes
+#USE_LIBINTL= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
@@ -47,9 +48,6 @@ post-install:
PLIST_SUBST+= IDEA="@comment "
.endif
-.if ${OPSYS} == "SunOS"
-DEPENDS+= zlib-1.1.3:../../devel/zlib
-LDFLAGS+= -L${LOCALBASE}/lib
-.endif
-
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"