Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2013 16:18:20 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312032 - head/graphics/graphviz
Message-ID:  <201302101618.r1AGIKAq024665@svn.freebsd.org>

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



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