diff options
author | shannonjr <shannonjr> | 2005-04-25 09:37:09 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2005-04-25 09:37:09 +0000 |
commit | b2ca028bd540c0a8e0c2027d0208265be43e9588 (patch) | |
tree | 3679f329d934c0e19b80217240ab0aaf23b49462 /security/gpgme/Makefile | |
parent | 31ac126b6f4bc2930b31e68db4e22ac9d00be567 (diff) | |
download | pkgsrc-b2ca028bd540c0a8e0c2027d0208265be43e9588.tar.gz |
Added missing USE_BUILDLINK3 to Makefile
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index fbf44ec7cab..203c73603e4 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/04/23 12:44:58 shannonjr Exp $ +# $NetBSD: Makefile,v 1.34 2005/04/25 09:37:09 shannonjr Exp $ # DISTNAME= gpgme-1.0.2 @@ -13,6 +13,7 @@ COMMENT= GnuPG Made Easy DEPENDS+= gnupg>=1.2.2:../../security/gnupg +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require |