diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 02:30:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 02:30:49 +0000 |
commit | 5bbb34c52acd58a52b716479575902581b5804f5 (patch) | |
tree | 0f515f468b7cf952831be115c1ea4cba71392cc6 /security/gpgme/Makefile | |
parent | 694c920f5b463692fe786ee3c31a9aae00eade4e (diff) | |
download | pkgsrc-5bbb34c52acd58a52b716479575902581b5804f5.tar.gz |
bl3ify
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 7ff5998543f..75da3d36aa7 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/12/14 15:05:01 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/11 02:30:49 xtraeme Exp $ # DISTNAME= gpgme-0.4.3 @@ -12,13 +12,13 @@ COMMENT= GnuPG Made Easy DEPENDS+= gnupg>=1.2.2:../../security/gnupg -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require TEST_TARGET= check -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .if ${PTHREAD_TYPE} == "native" CONFIGURE_ARGS+= --without-pth --without-pth-test @@ -29,5 +29,5 @@ LIBTOOL_OVERRIDE= ${WRKSRC}/libtool INFO_FILES= gpgme.info -.include "../../security/libgpg-error/buildlink2.mk" +.include "../../security/libgpg-error/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |