diff options
author | wiz <wiz@pkgsrc.org> | 2006-07-19 23:02:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-07-19 23:02:13 +0000 |
commit | 4dba0a227c158bed599d02aaa1193daa57501ea6 (patch) | |
tree | 4a0beeb874e3c18e890d63cac84e4e05458127e6 /security/gpgme | |
parent | 79687d35afc9119e0915382477c0036fbd77b929 (diff) | |
download | pkgsrc-4dba0a227c158bed599d02aaa1193daa57501ea6.tar.gz |
Fix a pkglint warning.
Diffstat (limited to 'security/gpgme')
-rw-r--r-- | security/gpgme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index a1051e3abe7..101661c880e 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/07/19 22:59:59 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2006/07/19 23:02:13 wiz Exp $ # DISTNAME= gpgme-1.1.0 @@ -15,7 +15,7 @@ DEPENDS+= gnupg>=1.4.2:../../security/gnupg USE_LIBTOOL= YES GNU_CONFIGURE= YES PTHREAD_OPTS+= require -INFO_FILES= # PLIST +INFO_FILES= YES SUBST_CLASSES+= pthread SUBST_FILES.pthread= gpgme/gpgme-config.in |