diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-05 09:17:04 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-05 09:17:04 +0000 |
commit | 80834d6c05d0eb7eeb19ae5cb26339f66b18a6cd (patch) | |
tree | 972b4b3b44699aa7f583fcb2f09918bc91ead835 /security/pgpdump | |
parent | 1a9f39a55afeaee8824e743dcec073538be6624c (diff) | |
download | pkgsrc-80834d6c05d0eb7eeb19ae5cb26339f66b18a6cd.tar.gz |
Add missing zlib and bzip2 buildlinks
Bump PKGREVISION
Diffstat (limited to 'security/pgpdump')
-rw-r--r-- | security/pgpdump/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pgpdump/Makefile b/security/pgpdump/Makefile index 547b4df76e5..7fa94a96aab 100644 --- a/security/pgpdump/Makefile +++ b/security/pgpdump/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2009/09/14 22:56:53 zafer Exp $ +# $NetBSD: Makefile,v 1.21 2011/11/05 09:17:04 sbd Exp $ # DISTNAME= pgpdump-0.26 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.mew.org/~kazu/proj/pgpdump/ @@ -19,4 +20,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \ ${DESTDIR}${PREFIX}/share/doc/pgpdump +.include "../../archivers/bzip2/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |