diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-06 13:17:55 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-02-06 13:17:55 +0000 |
commit | c6a1f0fa6fad02df95f2c9118ae9a33691f0a192 (patch) | |
tree | 5ff5d5976f20adee86e3ff826e6c0b8df182109a /graphics/inkscape/Makefile | |
parent | 3d30de165ab3470f9a0b20f1c1f45f8dfe76bf5b (diff) | |
download | ports-c6a1f0fa6fad02df95f2c9118ae9a33691f0a192.tar.gz ports-c6a1f0fa6fad02df95f2c9118ae9a33691f0a192.zip |
Notes
Diffstat (limited to 'graphics/inkscape/Makefile')
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index b208548d33d5..7a4d70e576d1 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -3,7 +3,7 @@ PORTNAME= inkscape PORTVERSION= 0.92.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics gnome MASTER_SITES= https://launchpadlibrarian.net/332184472/ \ https://inkscape.org/en/gallery/item/11254/ \ @@ -39,7 +39,6 @@ USE_XORG= x11 INSTALLS_ICONS= yes CMAKE_ARGS+= -DWITH_GNOME_VFS:BOOL=NO -python_CMD?= ${LOCALBASE}/bin/python2 SHEBANG_FILES= cxxtest/cxxtestgen.pl share/extensions/*.p[lm] \ share/extensions/*.py share/extensions/genpofiles.sh \ fix-roff-punct |