diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-08 17:49:01 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-01-08 17:49:01 +0000 |
commit | c972a9d05224ec52af0525156487304c707d30ea (patch) | |
tree | 760e9367bec1be3af0864da2b3662a99b97949d5 /x11/gnome-session | |
parent | 79bc706b3a76422a4ea4ba2ced543dd81411b858 (diff) |
Notes
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index bb2d8155f528..98cb2522d845 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -35,8 +35,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gconf2 GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docbook-docs \ - --enable-splash +CONFIGURE_ARGS= --disable-docbook-docs CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |