diff options
Diffstat (limited to 'x11/gnomelibs/Makefile')
-rw-r--r-- | x11/gnomelibs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile index b1b35ed5e841..349c2ded6beb 100644 --- a/x11/gnomelibs/Makefile +++ b/x11/gnomelibs/Makefile @@ -30,7 +30,7 @@ LIBTOOLFILES= configure libart_lgpl/configure CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ --disable-test-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ GLIB_CONFIG="${GLIB_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |