summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-11-21 09:37:01 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-11-21 09:37:01 +0000
commitbd0829256142e35cbb04d9c88d2092c76b3f9ddc (patch)
tree4716c394ddeac4e83974fd55f7200a94d648f554 /x11
parentActivate obliterate. (diff)
Fix for CONFIGURE_ENV line.
Notes
Notes: svn path=/head/; revision=23236
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/Makefile2
-rw-r--r--x11/gnomelibs/Makefile2
-rw-r--r--x11/libgnome/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index b1b35ed5e841..349c2ded6beb 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/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"
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"
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile
index b1b35ed5e841..349c2ded6beb 100644
--- a/x11/libgnome/Makefile
+++ b/x11/libgnome/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"