summaryrefslogtreecommitdiff
path: root/accessibility/at-spi2-atk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/at-spi2-atk/Makefile')
-rw-r--r--accessibility/at-spi2-atk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/at-spi2-atk/Makefile b/accessibility/at-spi2-atk/Makefile
index af037e1989a8..3a9f37676e0d 100644
--- a/accessibility/at-spi2-atk/Makefile
+++ b/accessibility/at-spi2-atk/Makefile
@@ -26,8 +26,8 @@ USE_GMAKE= yes
USE_GNOME= gnomehack gnomehier intlhack gconf2 libxml2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
GCONF_SCHEMAS= at-spi2.schemas
.include <bsd.port.mk>