diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-18 04:29:04 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-18 04:29:04 +0800 |
commit | 1a723dc69252ba73f6fbe555f4a24f5ff5e592f1 (patch) | |
tree | 843712073a8012f6ac09eadae92ae9fc22247f04 /graphics/inkscape | |
parent | 6ee8d784baabe348df0f1c45ad77b87f566fc036 (diff) | |
download | freebsd-ports-gnome-1a723dc69252ba73f6fbe555f4a24f5ff5e592f1.tar.gz freebsd-ports-gnome-1a723dc69252ba73f6fbe555f4a24f5ff5e592f1.tar.zst freebsd-ports-gnome-1a723dc69252ba73f6fbe555f4a24f5ff5e592f1.zip |
attempt to fix index
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 62492cc8a07c..1ad000c3f0b5 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -24,7 +24,7 @@ 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 pkgconfigperl5 \ +USES= desktop-file-utils gettext gmake pathfix pkgconfig perl5 \ shebangfix GNU_CONFIGURE= yes INSTALLS_ICONS= yes |