diff options
author | vd <vd@FreeBSD.org> | 2006-05-16 21:46:21 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-16 21:46:21 +0800 |
commit | ddbe1d3fa898b44894a6e4443140c7123a416b1a (patch) | |
tree | 1c746ce5765c15e1befb073f7f4e8a78e59ffe9c /graphics | |
parent | bf902e315319cfebe2ee5c63d12e14683890035f (diff) | |
download | freebsd-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 =
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 2 |
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" |