diff options
author | sbd <sbd@pkgsrc.org> | 2012-07-08 10:00:23 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-07-08 10:00:23 +0000 |
commit | 76907d616742f412f5774d0ccda3a90af7091430 (patch) | |
tree | 29d6d119b1ff547417ec7dba10e3097a0cd53528 | |
parent | 4fb7ed84df6a41be04e4c273b6e1c96ef10ce089 (diff) | |
download | pkgsrc-76907d616742f412f5774d0ccda3a90af7091430.tar.gz |
Add missing zlib buildlink.
Bump PKGREVISION.
-rw-r--r-- | graphics/tgif/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 9e570c7841f..e23c7a3c9e9 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2012/06/18 05:44:25 dholland Exp $ +# $NetBSD: Makefile,v 1.65 2012/07/08 10:00:23 sbd Exp $ # DISTNAME= tgif-4.2.5 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/free-of-charge/ @@ -36,6 +37,7 @@ post-patch:: .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" # avoid "xmkmf -a" on Solaris which runs makedepend because the |