aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-05-16 21:46:21 +0800
committervd <vd@FreeBSD.org>2006-05-16 21:46:21 +0800
commitddbe1d3fa898b44894a6e4443140c7123a416b1a (patch)
tree1c746ce5765c15e1befb073f7f4e8a78e59ffe9c
parentbf902e315319cfebe2ee5c63d12e14683890035f (diff)
downloadfreebsd-ports-gnome-ddbe1d3fa898b44894a6e4443140c7123a416b1a.tar.gz
freebsd-ports-gnome-ddbe1d3fa898b44894a6e4443140c7123a416b1a.tar.zst
freebsd-ports-gnome-ddbe1d3fa898b44894a6e4443140c7123a416b1a.zip
Prepare for the subsequent xaralx-devel update:
set CONFIGURE_ENV with += instead of =
-rw-r--r--graphics/xaralx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index 1af976e9b4c9..6425d3da3517 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -29,7 +29,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-wx-config=wxgtk2u-2.6-config \
--program-suffix=${PKGNAMESUFFIX}
PKGCONFIGS=atk fontconfig gdk-2.0 pango
-CONFIGURE_ENV= CPPFLAGS_APPEND="`pkg-config --cflags ${PKGCONFIGS}` \
+CONFIGURE_ENV+= CPPFLAGS_APPEND="`pkg-config --cflags ${PKGCONFIGS}` \
-I${LOCALBASE}/include/atk-1.0/atk \
-I${X11BASE}/include/gtk-2.0/gtk"