summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-03 15:22:39 +0000
committerjoerg <joerg>2009-12-03 15:22:39 +0000
commit5066ccec096945e5703cafe1f0d729784ac0c24a (patch)
treeb325ae112cbd1d46658f967b8e2543341e079b5c /security/gpgme
parentda6f61ae2b2fdb5fc199de6265422e33ff07dd7f (diff)
downloadpkgsrc-5066ccec096945e5703cafe1f0d729784ac0c24a.tar.gz
Fix @PTHREAD_LIB@ expansion. Bump revision.
Diffstat (limited to 'security/gpgme')
-rw-r--r--security/gpgme/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index 596474d01c6..59879278b84 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.57 2009/11/15 18:41:55 drochner Exp $
+# $NetBSD: Makefile,v 1.58 2009/12/03 15:22:39 joerg Exp $
#
DISTNAME= gpgme-1.1.8
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/
@@ -24,7 +25,7 @@ PTHREAD_OPTS+= require
INFO_FILES= YES
SUBST_CLASSES+= pthread
-SUBST_FILES.pthread= gpgme/gpgme-config.in
+SUBST_FILES.pthread= src/gpgme-config.in
SUBST_SED.pthread+= -e 's,@PTHREAD_LIBS@,${PTHREAD_LDFLAGS} ${PTHREAD_LIBS},g'
SUBST_SED.pthread+= -e 's,@PTHREAD_CFLAGS@,${PTHREAD_CFLAGS},g'
SUBST_STAGE.pthread= post-patch