diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-24 10:49:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-24 10:49:48 +0000 |
commit | e5d99640dadc70b04d4b2557816e1ecd8e8f0c05 (patch) | |
tree | 24b2266b9ebe9cad5076c89958e182643c07e9dc /security/gpgme/Makefile | |
parent | ee02e503cd533dfb5dca387b3cddef51e09e1602 (diff) | |
download | pkgsrc-e5d99640dadc70b04d4b2557816e1ecd8e8f0c05.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 482dfa8c5fc..dcbd4c02a83 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/26 13:34:16 mjl Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/24 10:49:48 jlam Exp $ DISTNAME= gpgme-0.3.9 CATEGORIES= security @@ -8,12 +8,14 @@ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.gnupg.org/gpgme.html COMMENT= GnuPG Made Easy -USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - DEPENDS+= gnupg>=1.0.6:../../security/gnupg -GNU_CONFIGURE= yes +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +PTHREAD_OPTS+= require + +USE_LIBTOOL= YES +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -.include "../../devel/pth/buildlink.mk" +.include "../../mk/pthread.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |