diff options
author | nakai <nakai@FreeBSD.org> | 1999-11-21 17:37:01 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 1999-11-21 17:37:01 +0800 |
commit | 263a8d9206f58de31f853177c9a7f1410b89e0b0 (patch) | |
tree | 81dd358b8524550ba5da96fea3655fe8758aef77 /x11/libgnome | |
parent | f2565587e24ce17b90e53e1e7d46e725a85bd7e0 (diff) | |
download | freebsd-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/Makefile | 2 |
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" |