aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-02-11 00:18:19 +0800
committerDirk Meyer <dinoex@FreeBSD.org>2013-02-11 00:18:19 +0800
commit9b28c629fc60fcd7e6172d53536ab5bd08c69f45 (patch)
tree06f044e6573f57704505386754521e56f36c137d /graphics
parent4691da517c56c77cfe81bb219dfa778fb95933e3 (diff)
downloadfreebsd-ports-gnome-9b28c629fc60fcd7e6172d53536ab5bd08c69f45.tar.gz
freebsd-ports-gnome-9b28c629fc60fcd7e6172d53536ab5bd08c69f45.tar.zst
freebsd-ports-gnome-9b28c629fc60fcd7e6172d53536ab5bd08c69f45.zip
- add tuneable GD_PORT for localized versions of gd
Submitted by: Eugene V. Boontseff
Diffstat (limited to 'graphics')
-rw-r--r--graphics/graphviz/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index ab1af1c9a0d2..fb0d0ca2d012 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \
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_build uic_build linguist_build corelib gui
.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 \