diff options
author | minskim <minskim> | 2004-02-14 18:45:25 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-02-14 18:45:25 +0000 |
commit | df26cccb9b3751d589dce1fface1fc0315d889b5 (patch) | |
tree | 2b3683f493cd4480cb9aa0f7668ea6c44c3692ae /security/gpgme03/Makefile | |
parent | 94d703c75f569a7a2ba66fb1169713b598017127 (diff) | |
download | pkgsrc-df26cccb9b3751d589dce1fface1fc0315d889b5.tar.gz |
bl3ify
Diffstat (limited to 'security/gpgme03/Makefile')
-rw-r--r-- | security/gpgme03/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gpgme03/Makefile b/security/gpgme03/Makefile index 20281005e6a..5ef3e6feb0f 100644 --- a/security/gpgme03/Makefile +++ b/security/gpgme03/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/02/14 17:21:52 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2004/02/14 18:45:25 minskim Exp $ # DISTNAME= gpgme-0.3.15 @@ -12,12 +12,12 @@ COMMENT= GnuPG Made Easy (0.3 branch) DEPENDS+= gnupg>=1.2.0:../../security/gnupg -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require -.include "../../mk/pthread.buildlink2.mk" +.include "../../mk/pthread.buildlink3.mk" .if ${PTHREAD_TYPE} == "native" CONFIGURE_ARGS+= --without-pth --without-pth-test |