diff options
author | garga <garga@FreeBSD.org> | 2005-12-07 17:32:19 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-07 17:32:19 +0800 |
commit | cd564d097f51b96705b34e2f4e9518c0bc2c3618 (patch) | |
tree | 32dedabbe567a15493b2465a8099db30b88808f4 /www/sarg | |
parent | b9a6d8f80bbaee6c95f4b11c89ef044f36312921 (diff) | |
download | freebsd-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/Makefile | 3 |
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}" |