diff options
author | shattered <shattered@pkgsrc.org> | 2010-11-02 20:40:55 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2010-11-02 20:40:55 +0000 |
commit | fc0965df57ef36e047ed1068e3355ebbf5cfc20b (patch) | |
tree | 513e0488a35601f53bee63155ebb906db9745e4e /security | |
parent | e619cbfdeb841784e6efa64e95ee670b51ddfea2 (diff) | |
download | pkgsrc-fc0965df57ef36e047ed1068e3355ebbf5cfc20b.tar.gz |
Depend on zlib -- this package won't build without it.
Diffstat (limited to 'security')
-rw-r--r-- | security/steghide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/steghide/Makefile b/security/steghide/Makefile index 4e50a46aed2..aa4a420e142 100644 --- a/security/steghide/Makefile +++ b/security/steghide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2010/01/18 09:59:25 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2010/11/02 20:40:55 shattered Exp $ DISTNAME= steghide-0.5.1 PKGREVISION= 5 @@ -18,6 +18,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../security/libmcrypt/buildlink3.mk" .include "../../security/mhash/buildlink3.mk" |