aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-01-26 19:00:01 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-01-26 19:00:01 +0000
commite94d67208e66e3a9df406e611983dbd4d074083d (patch)
treec8ad2d6707d1c797367903ba6f41629d17c95456 /graphics/inkscape
parentd1ea6bff97bfd1d7dd5a383c2fc49fb4041bed85 (diff)
downloadports-e94d67208e66e3a9df406e611983dbd4d074083d.tar.gz
ports-e94d67208e66e3a9df406e611983dbd4d074083d.zip
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 7a454f966be4..4171610ecc1c 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -3,7 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.91
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics gnome
MASTER_SITES= https://inkscape.global.ssl.fastly.net/media/resources/file/ \
LOCAL/kwm
@@ -51,8 +51,6 @@ OPENMP_USES_OFF= compiler:features
POPPLER_DESC= PDF preview rendering
POPPLER_CONFIGURE_ENABLE= poppler-cairo
-#POPPLER_CONFIGURE_ON= --enable-poppler-cairo
-#POPPLER_CONFIGURE_OFF= --enable-poppler-cairo=no
POPPLER_LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
VISIO_DESC= Support for Microsoft Visio diagrams
@@ -62,7 +60,7 @@ VISIO_LIB_DEPENDS= librevenge-stream-0.0.so:${PORTSDIR}/textproc/librevenge \
WPG_DESC= Support for WordPerfect graphics
WPG_CONFIGURE_ENABLE= wpg
-WPG_LIB_DEPENDS= libwpg-0.2.so:${PORTSDIR}/graphics/libwpg
+WPG_LIB_DEPENDS= libwpg-0.3.so:${PORTSDIR}/graphics/libwpg03
.include <bsd.port.pre.mk>
@@ -85,9 +83,5 @@ CXX= ${LOCALBASE}/bin/clang++34
post-patch:
@${REINPLACE_CMD} -e 's|-ldl||g' \
${WRKSRC}/configure
-#.if ! ${PORT_OPTIONS:MPOPPLER}
-# @${REINPLACE_CMD} -e 's|poppler|pdisable|g' \
-# ${WRKSRC}/configure
-#.endif
.include <bsd.port.post.mk>