aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-02-08 10:25:02 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-02-08 10:25:02 +0000
commit660621c6f3e817fedda6fd97ef90621b35f4f95c (patch)
treef5761ec5c6dbf6702f00804487338a1c2e592118 /graphics/inkscape
parent0d30bd7c79ede2c0e8553e9ff8d9bbdbd867a186 (diff)
downloadports-660621c6f3e817fedda6fd97ef90621b35f4f95c.tar.gz
ports-660621c6f3e817fedda6fd97ef90621b35f4f95c.zip
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 9c8fdc45d38d..71a095cb0a85 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -3,7 +3,7 @@
PORTNAME= inkscape
PORTVERSION= 0.48.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics gnome
MASTER_SITES= SF
MASTER_SITE_SUBDIR=${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION}
@@ -65,7 +65,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|libpng >= 1.2|libpng15 >= 1.2|g' \
-e 's|-ldl||g' \
${WRKSRC}/configure
-.if !defined(WITH_POPPLER)
+.if ! ${PORT_OPTIONS:MPOPPLER}
@${REINPLACE_CMD} -e 's|poppler|pdisable|g' \
${WRKSRC}/configure
.endif