aboutsummaryrefslogtreecommitdiff
path: root/graphics/zimg
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-28 15:04:05 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-28 15:04:05 +0000
commite70118daada7620b794da06880b5887893465450 (patch)
tree77871b4268ed1a7135be7cf606386f7c33bdac54 /graphics/zimg
parent0b7a16da243ed5dc8e2e72beeb1ace6b5a3e9080 (diff)
downloadports-e70118daada7620b794da06880b5887893465450.tar.gz
ports-e70118daada7620b794da06880b5887893465450.zip
Notes
Diffstat (limited to 'graphics/zimg')
-rw-r--r--graphics/zimg/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile
index a574202ead3f..5b0cc091de5b 100644
--- a/graphics/zimg/Makefile
+++ b/graphics/zimg/Makefile
@@ -15,7 +15,9 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include/gd
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= -disable-edf --with-gd-includes=${LOCALBASE}/include/gd
MAN1= zimg.1
.include <bsd.port.mk>