summaryrefslogtreecommitdiff
path: root/security/gpgme
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-12-03 15:22:39 +0000
committerjoerg <joerg@pkgsrc.org>2009-12-03 15:22:39 +0000
commit43ed8b2fac05c6651936d4c0830287adf0d7dd44 (patch)
treeb325ae112cbd1d46658f967b8e2543341e079b5c /security/gpgme
parent67b69792af3783d142f6646354dd5862b3580330 (diff)
downloadpkgsrc-43ed8b2fac05c6651936d4c0830287adf0d7dd44.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