diff options
Diffstat (limited to 'security/gpgme/Makefile')
-rw-r--r-- | security/gpgme/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 55b4d9ec66f..3a81c89e0ab 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.64 2011/04/22 13:42:47 obache Exp $ +# $NetBSD: Makefile,v 1.65 2011/08/11 11:15:00 adam Exp $ -DISTNAME= gpgme-1.3.0 -PKGREVISION= 1 +DISTNAME= gpgme-1.3.1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpgme/ EXTRACT_SUFX= .tar.bz2 @@ -13,10 +12,10 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -USE_LIBTOOL= YES -GNU_CONFIGURE= YES +USE_LIBTOOL= yes +GNU_CONFIGURE= yes PTHREAD_OPTS+= require -INFO_FILES= YES +INFO_FILES= yes SUBST_CLASSES+= pthread SUBST_FILES.pthread= src/gpgme-config.in |