svn commit: r312032 - head/graphics/graphviz

Dirk Meyer dinoex at FreeBSD.org
Sun Feb 10 16:18:20 UTC 2013


Author: dinoex
Date: Sun Feb 10 16:18:19 2013
New Revision: 312032
URL: http://svnweb.freebsd.org/changeset/ports/312032

Log:
  - add tuneable GD_PORT for localized versions of gd
  Submitted by:	Eugene V. Boontseff

Modified:
  head/graphics/graphviz/Makefile

Modified: head/graphics/graphviz/Makefile
==============================================================================
--- head/graphics/graphviz/Makefile	Sun Feb 10 14:34:08 2013	(r312031)
+++ head/graphics/graphviz/Makefile	Sun Feb 10 16:18:19 2013	(r312032)
@@ -14,7 +14,7 @@ LIB_DEPENDS+=	jpeg:${PORTSDIR}/graphics/
 		freetype:${PORTSDIR}/print/freetype2 \
 		fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
 		expat:${PORTSDIR}/textproc/expat2 \
-		gd:${PORTSDIR}/graphics/gd
+		gd:${PORTSDIR}/${GD_PORT}
 
 USE_BISON=	build
 USE_GMAKE=	yes
@@ -95,6 +95,9 @@ USE_QT4=		qmake_build moc_build rcc_buil
 
 .include <bsd.port.pre.mk>
 
+# allow the use localized gd ports in Makefile.local or slave ports.
+GD_PORT?=	graphics/gd
+
 CONFIGURE_ARGS+=	--program-transform-name="s/x/x/" \
 		--enable-dependency-tracking \
 		--enable-r=no \


More information about the svn-ports-head mailing list