diff options
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" |