diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-06 21:19:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-02-06 21:19:36 +0000 |
commit | 2a5167beb927b6cc2a2603f9a82f6170d8e3d63b (patch) | |
tree | dabf8d2a19f879de430a618415a918c31a3816ee /www/varnish | |
parent | 4e496fe2b9e06d6eb0d1dfd8f752552f9b2009db (diff) |
Notes
Diffstat (limited to 'www/varnish')
-rw-r--r-- | www/varnish/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/varnish/Makefile b/www/varnish/Makefile index ed0d3297001f..e31fcc1469ae 100644 --- a/www/varnish/Makefile +++ b/www/varnish/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre CONFLICTS= varnish-2.* +BROKEN= does not build + GNU_CONFIGURE= yes USE_GMAKE= yes USE_PYTHON_BUILD= yes @@ -39,12 +41,6 @@ MAN7= vcl.7 varnish-cli.7 varnish-counters.7 USE_RC_SUBR= varnishd varnishlog varnishncsa SUB_FILES= pkg-message -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 601000 -BROKEN= does not compile -.endif - post-patch: @${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \ ${WRKSRC}/Makefile.am @@ -60,4 +56,4 @@ post-install: .endfor @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |