aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnome
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>1999-11-21 17:37:01 +0800
committernakai <nakai@FreeBSD.org>1999-11-21 17:37:01 +0800
commit263a8d9206f58de31f853177c9a7f1410b89e0b0 (patch)
tree81dd358b8524550ba5da96fea3655fe8758aef77 /x11/libgnome
parentf2565587e24ce17b90e53e1e7d46e725a85bd7e0 (diff)
downloadfreebsd-ports-gnome-263a8d9206f58de31f853177c9a7f1410b89e0b0.tar.gz
freebsd-ports-gnome-263a8d9206f58de31f853177c9a7f1410b89e0b0.tar.zst
freebsd-ports-gnome-263a8d9206f58de31f853177c9a7f1410b89e0b0.zip
Fix for CONFIGURE_ENV line.
Diffstat (limited to 'x11/libgnome')
-rw-r--r--x11/libgnome/Makefile2
1 files changed, 1 insertions, 1 deletions
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"