diff options
author | kwm <kwm@FreeBSD.org> | 2014-06-28 01:44:48 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2014-06-28 01:44:48 +0800 |
commit | 5bcdca4204fcbdb20b41eddd012054280501b355 (patch) | |
tree | ceba65a6695206d7f159d7875afef1d8909b8908 /graphics | |
parent | 36ebd7df3d6308538b94cfc7d9aef89182b2cab6 (diff) | |
download | freebsd-ports-gnome-5bcdca4204fcbdb20b41eddd012054280501b355.tar.gz freebsd-ports-gnome-5bcdca4204fcbdb20b41eddd012054280501b355.tar.zst freebsd-ports-gnome-5bcdca4204fcbdb20b41eddd012054280501b355.zip |
Add libtool and tar:bzip2 to USES. sort.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 1ad000c3f0b5..e48f87258adb 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -22,10 +22,9 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL -USE_BZIP2= yes USE_GNOME= gtkmm24 intlhack libxslt -USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 \ - shebangfix +USES= desktop-file-utils gettext gmake libtool pathfix perl5 \ + pkgconfig shebangfix tar:bzip2 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |