svn commit: r343317 - head/graphics/inkscape

Koop Mast kwm at FreeBSD.org
Sat Feb 8 10:25:03 UTC 2014


Author: kwm
Date: Sat Feb  8 10:25:02 2014
New Revision: 343317
URL: http://svnweb.freebsd.org/changeset/ports/343317
QAT: https://qat.redports.org/buildarchive/r343317/

Log:
  Only disable poppler is the option is unset, not always. This was
  overlooked when inkscape was converted to new options.
  
  PR:		ports/186528
  Reported by:	Yuri <yuri at tsoft.com>

Modified:
  head/graphics/inkscape/Makefile

Modified: head/graphics/inkscape/Makefile
==============================================================================
--- head/graphics/inkscape/Makefile	Sat Feb  8 10:06:40 2014	(r343316)
+++ head/graphics/inkscape/Makefile	Sat Feb  8 10:25:02 2014	(r343317)
@@ -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


More information about the svn-ports-all mailing list