diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-05-16 13:46:21 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-05-16 13:46:21 +0000 |
commit | a79376f94b48aa9e018ba205a6928e73d0fa649f (patch) | |
tree | 1453cf2f0e04278aa404d62a082ebb9e22dfd15a /graphics/xaralx | |
parent | dbfb5f0e50e698cc062aa3e89410c17d927f409c (diff) | |
download | ports-a79376f94b48aa9e018ba205a6928e73d0fa649f.tar.gz ports-a79376f94b48aa9e018ba205a6928e73d0fa649f.zip |
Prepare for the subsequent xaralx-devel update:
set CONFIGURE_ENV with += instead of =
Notes
Notes:
svn path=/head/; revision=162567
Diffstat (limited to 'graphics/xaralx')
-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" |