summaryrefslogtreecommitdiff
path: root/x11/gnomelibs/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-07 16:41:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-04-07 16:41:26 +0000
commit7f2908c8f5261c44b67d901f83883f9d91d596e6 (patch)
tree1361bcd53d26e4cca3db7b16db91545894ea8c99 /x11/gnomelibs/Makefile
parentTake advantage of USE_JAVA from bsd.java.mk. (diff)
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
Notes
Notes: svn path=/head/; revision=57411
Diffstat (limited to '')
-rw-r--r--x11/gnomelibs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index ba625ce3ccda..93a6f876cf0f 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/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"