diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-03 22:46:25 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-03 22:46:25 +0800 |
commit | 1c55230d90a15009eb67c8d620dd1a5a5f45b084 (patch) | |
tree | 2fc150363b29f45c7967c465903983ba79da5657 /graphics | |
parent | 1df1f0fceb8594671aa80477d4aa7e3f0924079b (diff) | |
download | freebsd-ports-gnome-1c55230d90a15009eb67c8d620dd1a5a5f45b084.tar.gz freebsd-ports-gnome-1c55230d90a15009eb67c8d620dd1a5a5f45b084.tar.zst freebsd-ports-gnome-1c55230d90a15009eb67c8d620dd1a5a5f45b084.zip |
- Fix another shebang
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index e001247a2b38..412fcae4c14f 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \ LOCAL/kwm @@ -33,7 +33,7 @@ CONFIGURE_ARGS= --without-gnome-vfs python_OLD_CMD?=/usr/bin/env python python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ - share/extensions/*.py + share/extensions/*.py share/extensions/genpofiles.sh OPTIONS_DEFINE= POPPLER OPENMP VISIO CDR DBUS WPG OPTIONS_DEFAULT=POPPLER VISIO CDR WPG |