diff options
author | marcus <marcus@FreeBSD.org> | 2002-04-08 00:41:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-04-08 00:41:26 +0800 |
commit | 863312db8de021bc9383ec7d9cc974a562bc3870 (patch) | |
tree | 2c865f4ac913387aae25458b05512fa6ffd40d6b /x11/gnome-libs | |
parent | 696618bb7a119a7cf6f65ecbc3bb5f7735291277 (diff) | |
download | freebsd-ports-gnome-863312db8de021bc9383ec7d9cc974a562bc3870.tar.gz freebsd-ports-gnome-863312db8de021bc9383ec7d9cc974a562bc3870.tar.zst freebsd-ports-gnome-863312db8de021bc9383ec7d9cc974a562bc3870.zip |
Fix installation is gtk-doc is also installed.
Note, since it seems like a number of ports are broken when gtk-doc is
also installed, I wonder if adding --disable-gtk-doc to all their
CONFIGURE_ARGS isn't a bad idea.
Reviewed by: sobomax
Approved by: sobomax
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" |