diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-08 03:50:39 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-08 03:50:39 +0000 |
commit | 37bf18d78de74cc6768d189f58f6bbaf544806e2 (patch) | |
tree | 2673e69434553dfce5ab6f1e5cef6efa59324623 /www/varnish | |
parent | f989fbeb7c89e67c798a1ea26f9ab6b18f488bf2 (diff) | |
download | pkgsrc-37bf18d78de74cc6768d189f58f6bbaf544806e2.tar.gz |
Add missing mk/curses buildlink.
Bump PKGREVISION
Diffstat (limited to 'www/varnish')
-rw-r--r-- | www/varnish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index b37efc89c38..b56ce9b93db 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2011/11/12 20:40:16 mspo Exp $ +# $NetBSD: Makefile,v 1.13 2012/01/08 03:50:39 sbd Exp $ # DISTNAME= varnish-3.0.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://repo.varnish-cache.org/source/ @@ -60,5 +60,6 @@ CONFIGURE_ENV+= VCC_CC="gcc -fpic -shared -o %o %s" pre-configure: cd ${WRKSRC} && autoconf +.include "../../mk/curses.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |