Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 10:25:02 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343317 - head/graphics/inkscape
Message-ID:  <201402081025.s18AP2JW025853@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402081025.s18AP2JW025853>