diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-07-01 16:47:11 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-07-01 16:47:11 +0000 |
commit | 5ebe4ed5c1f318ab7dd857179bc2a5ca75b42852 (patch) | |
tree | 47af474e87a237ee07f0550bf63dfcc88d69505b /www/varnish2 | |
parent | 121d9dc468264cedaccf3de761da35f313bda30b (diff) |
Notes
Diffstat (limited to 'www/varnish2')
-rw-r--r-- | www/varnish2/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/varnish2/Makefile b/www/varnish2/Makefile index f6359fd2319e..918010729053 100644 --- a/www/varnish2/Makefile +++ b/www/varnish2/Makefile @@ -35,12 +35,6 @@ MAN7= vcl.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.in @@ -48,4 +42,4 @@ post-patch: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |