diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2005-04-25 09:54:04 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2005-04-25 09:54:04 +0000 |
commit | be9ee444081d0d21900a2b9d1e5d5263465013c2 (patch) | |
tree | e4ad99c97113acf55dd02ba548c9173a22ddf6b8 /security | |
parent | 428f38ab42d9e18e1fe165a84c114716c80ca9a0 (diff) | |
download | pkgsrc-be9ee444081d0d21900a2b9d1e5d5263465013c2.tar.gz |
Removed USE_BUILDLINK3
We don't need this any longer -- it's now default.
Diffstat (limited to 'security')
-rw-r--r-- | security/dirmngr/Makefile | 3 | ||||
-rw-r--r-- | security/gpgme/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index e3a0f64f554..2431dabba14 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/25 09:30:49 shannonjr Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/25 09:54:04 shannonjr Exp $ # DISTNAME= dirmngr-0.9.1 @@ -18,7 +18,6 @@ DIRMNGR_GROUP?= dirmngr PKG_GROUPS= ${DIRMNGR_GROUP} PKG_USERS= ${DIRMNGR_USER}:${DIRMNGR_GROUP}::pseudo\\ user:${VARBASE}/dirmngr: -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= awk USE_PKGINSTALL= yes diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 203c73603e4..b6ace254cf0 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/04/25 09:37:09 shannonjr Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/25 09:55:09 shannonjr Exp $ # DISTNAME= gpgme-1.0.2 @@ -13,7 +13,6 @@ COMMENT= GnuPG Made Easy DEPENDS+= gnupg>=1.2.2:../../security/gnupg -USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require |