diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-13 17:53:44 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-13 17:53:44 +0000 |
commit | 29bef292d4facce8f36546b7e44a4e2da42773eb (patch) | |
tree | 0427d5682fef9f67085821c024b81d72a050eb63 /www | |
parent | 17f3435477cf1b5a9a06a7b2edc9edb1546d65e4 (diff) | |
download | pkgsrc-29bef292d4facce8f36546b7e44a4e2da42773eb.tar.gz |
needs zlib
Diffstat (limited to 'www')
-rw-r--r-- | www/cgit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cgit/Makefile b/www/cgit/Makefile index 1c10165c2a4..3c05a7519b8 100644 --- a/www/cgit/Makefile +++ b/www/cgit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2015/01/18 15:53:17 wiedi Exp $ +# $NetBSD: Makefile,v 1.3 2015/03/13 17:53:44 tnn Exp $ DISTNAME= cgit-0.10.2 CATEGORIES= www @@ -46,5 +46,6 @@ do-install: ${DESTDIR}${CGIT_FILTERS}/syntax-highlighting.sh .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |