aboutsummaryrefslogtreecommitdiff
path: root/graphics/xaralx
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-05-16 13:46:21 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-05-16 13:46:21 +0000
commita79376f94b48aa9e018ba205a6928e73d0fa649f (patch)
tree1453cf2f0e04278aa404d62a082ebb9e22dfd15a /graphics/xaralx
parentdbfb5f0e50e698cc062aa3e89410c17d927f409c (diff)
downloadports-a79376f94b48aa9e018ba205a6928e73d0fa649f.tar.gz
ports-a79376f94b48aa9e018ba205a6928e73d0fa649f.zip
Notes
Diffstat (limited to 'graphics/xaralx')
-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"