aboutsummaryrefslogtreecommitdiffstats
path: root/www/sarg
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2005-12-07 17:32:19 +0800
committergarga <garga@FreeBSD.org>2005-12-07 17:32:19 +0800
commitcd564d097f51b96705b34e2f4e9518c0bc2c3618 (patch)
tree32dedabbe567a15493b2465a8099db30b88808f4 /www/sarg
parentb9a6d8f80bbaee6c95f4b11c89ef044f36312921 (diff)
downloadfreebsd-ports-gnome-cd564d097f51b96705b34e2f4e9518c0bc2c3618.tar.gz
freebsd-ports-gnome-cd564d097f51b96705b34e2f4e9518c0bc2c3618.tar.zst
freebsd-ports-gnome-cd564d097f51b96705b34e2f4e9518c0bc2c3618.zip
- Support other gd ports, like japanese/gd and ukrainian/gd
Submitted by: Michael Lednev <reaper@reaper.hn.org> (by email)
Diffstat (limited to 'www/sarg')
-rw-r--r--www/sarg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/sarg/Makefile b/www/sarg/Makefile
index 6b1570b4668c..691777b7cb94 100644
--- a/www/sarg/Makefile
+++ b/www/sarg/Makefile
@@ -24,7 +24,8 @@ CONFIGURE_ARGS= --enable-bindir="${PREFIX}/bin" \
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.if !defined(WITHOUT_GD)
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
+GD_PORT?= graphics/gd
+LIB_DEPENDS+= gd.4:${PORTSDIR}/${GD_PORT}
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"