diff options
author | kwm <kwm@FreeBSD.org> | 2016-01-27 03:00:01 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-01-27 03:00:01 +0800 |
commit | 97a861a5d8e4fbbe0ecf360e4a0fc23003825103 (patch) | |
tree | c8ad2d6707d1c797367903ba6f41629d17c95456 /graphics | |
parent | 2a76cd70c3d30fedc0551410ba93f73fc62f2b2c (diff) | |
download | freebsd-ports-gnome-97a861a5d8e4fbbe0ecf360e4a0fc23003825103.tar.gz freebsd-ports-gnome-97a861a5d8e4fbbe0ecf360e4a0fc23003825103.tar.zst freebsd-ports-gnome-97a861a5d8e4fbbe0ecf360e4a0fc23003825103.zip |
Switch abiword to using libwpg-0.3, which would be used if installed even.
While here remove commented out lines regarding poppler.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/inkscape/Makefile | 10 |
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> |