diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-13 01:13:24 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-13 01:13:24 +0800 |
commit | 7571276129a0817b27a5a654600adf1d8be02d20 (patch) | |
tree | 554093233ab7b889e33627c848b19ca1f9666b27 /www | |
parent | be5c334d9c7ada726df348b3f7550b640293f194 (diff) | |
download | freebsd-ports-gnome-7571276129a0817b27a5a654600adf1d8be02d20.tar.gz freebsd-ports-gnome-7571276129a0817b27a5a654600adf1d8be02d20.tar.zst freebsd-ports-gnome-7571276129a0817b27a5a654600adf1d8be02d20.zip |
- Remove BROKEN - TEST option builds fine
Approved by: portmgr blanket
Diffstat (limited to 'www')
-rw-r--r-- | www/libxul/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/libxul/Makefile b/www/libxul/Makefile index 9d42a37c89d0..f36b3a3c9ac4 100644 --- a/www/libxul/Makefile +++ b/www/libxul/Makefile @@ -78,10 +78,6 @@ RUN_DEPENDS+= gstreamer1-libav>=1.2.4_1:${PORTSDIR}/multimedia/gstreamer1-libav BUILD_DEPENDS+= gtk3>=3.14.6:${PORTSDIR}/x11-toolkits/gtk30 .endif -.if ${PORT_OPTIONS:MTEST} -BROKEN= stage-package fails with ValueError: no path specified -.endif - post-patch: @${REINPLACE_CMD} -e '/MOZPNG/s/=[0-9]*/=10511/' \ ${WRKSRC}/configure.in |