From ddbe1d3fa898b44894a6e4443140c7123a416b1a Mon Sep 17 00:00:00 2001 From: vd Date: Tue, 16 May 2006 13:46:21 +0000 Subject: Prepare for the subsequent xaralx-devel update: set CONFIGURE_ENV with += instead of = --- graphics/xaralx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit