diff options
author | John Marino <marino@FreeBSD.org> | 2015-11-11 07:54:11 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-11-11 07:54:11 +0000 |
commit | 9916f254bd1a5fd337fa9ee6bed04606ea6029f7 (patch) | |
tree | 3c84e0a1d5b9411e7b7fc870ca04f51673eb6325 | |
parent | 8f469fa4c244f6c3034d7c86f3040de1f237d881 (diff) | |
download | freebsd-ports-9916f254bd1a5fd337fa9ee6bed04606ea6029f7.zip |
www/varnish4: Convert to USES=libedit
While here, remove <pre>/<post> by using BROKEN_arm.
Approved by: maintainer (feld)
-rw-r--r-- | www/varnish4/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/www/varnish4/Makefile b/www/varnish4/Makefile index cbd491e07a1b..b57508578a78 100644 --- a/www/varnish4/Makefile +++ b/www/varnish4/Makefile @@ -12,12 +12,13 @@ COMMENT= High-performance HTTP accelerator LICENSE= BSD2CLAUSE -LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libedit.so.0:${PORTSDIR}/devel/libedit +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre CONFLICTS= varnish-2.* varnish-3.* +BROKEN_arm= does not configure -USES= autoreconf cpe gmake libtool pkgconfig python:2,build readline shebangfix +USES= autoreconf cpe gmake libedit libtool pkgconfig python:2,build \ + readline shebangfix SHEBANG_FILES= lib/libvcc/vmodtool.py CPE_VENDOR= varnish-cache CFLAGS+= -I${LOCALBASE}/include @@ -47,10 +48,4 @@ post-patch: regression-test check test: build ${MAKE_CMD} TESTS_PARALLELISM=1 -C ${WRKSRC} check -.include <bsd.port.pre.mk> - -.if ${ARCH} == "arm" -BROKEN= Does not configure on arm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |