diff options
author | gahr <gahr@FreeBSD.org> | 2014-04-24 19:28:11 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-04-24 19:28:11 +0800 |
commit | 27595f320fed98e9d5a1fa5b957cd6844e7b88c0 (patch) | |
tree | 9cb6568a8addd604370698be2093cbcb0af3905a /graphics | |
parent | e4e5168e42c7f0e463a56c5eb9302906e2b37e0c (diff) | |
download | freebsd-ports-gnome-27595f320fed98e9d5a1fa5b957cd6844e7b88c0.tar.gz freebsd-ports-gnome-27595f320fed98e9d5a1fa5b957cd6844e7b88c0.tar.zst freebsd-ports-gnome-27595f320fed98e9d5a1fa5b957cd6844e7b88c0.zip |
- USES shebangfix + tar:bzip2
PR: 188943
Approved by: bapt (portmgr)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile index 662b9e86afa4..d4f1af1cad2e 100644 --- a/graphics/libwpg/Makefile +++ b/graphics/libwpg/Makefile @@ -14,8 +14,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd -USES= libtool:keepla pathfix perl5 pkgconfig -USE_BZIP2= yes +USES= libtool:keepla pathfix perl5 pkgconfig shebangfix tar:bzip2 +SHEBANG_FILES= ${WRKSRC}/src/conv/svg/wpg2svgbatch.pl USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror |