aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-12-07 09:32:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-12-07 09:32:19 +0000
commit9ea87175d1fef866344492cfd70f6e3a9d6751e8 (patch)
tree003646dd97901e02da02dcbeca9d2c586b65686d /www
parenta2b913727de5f0d15a48ecde3099e1fd150018f1 (diff)
downloadports-9ea87175d1fef866344492cfd70f6e3a9d6751e8.tar.gz
ports-9ea87175d1fef866344492cfd70f6e3a9d6751e8.zip
Notes
Diffstat (limited to 'www')
-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}"