summaryrefslogtreecommitdiff
path: root/net/gicq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/gicq/Makefile')
-rw-r--r--net/gicq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile
index 5e1ee2216e59..e51496425fda 100644
--- a/net/gicq/Makefile
+++ b/net/gicq/Makefile
@@ -17,12 +17,14 @@ MAINTAINER= flathill@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
icq.0:${PORTSDIR}/net/libicq
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-gnome --disable-nls
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"