diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-07 16:41:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-04-07 16:41:26 +0000 |
commit | 7f2908c8f5261c44b67d901f83883f9d91d596e6 (patch) | |
tree | 1361bcd53d26e4cca3db7b16db91545894ea8c99 /x11/gnome-libs | |
parent | e7f00632a6b6ad04adc63caaf0206206d7ad42e1 (diff) | |
download | ports-7f2908c8f5261c44b67d901f83883f9d91d596e6.tar.gz ports-7f2908c8f5261c44b67d901f83883f9d91d596e6.zip |
Notes
Diffstat (limited to 'x11/gnome-libs')
-rw-r--r-- | x11/gnome-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index ba625ce3ccda..93a6f876cf0f 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -31,7 +31,8 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ --datadir=${PREFIX}/share/gnome \ - --disable-test-gnome + --disable-test-gnome \ + --disable-gtk-doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |