aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-08-26 02:58:55 +0800
committerpav <pav@FreeBSD.org>2006-08-26 02:58:55 +0800
commita924b0b292fb3ff1d10a4d177805190d8fa3d10d (patch)
treed8bf1a2a5b24d8102d2cf3759ad65d39e41d968a /devel
parent18e7b9e69e7444c829077fe6768fda11f44c436c (diff)
downloadfreebsd-ports-gnome-a924b0b292fb3ff1d10a4d177805190d8fa3d10d.tar.gz
freebsd-ports-gnome-a924b0b292fb3ff1d10a4d177805190d8fa3d10d.tar.zst
freebsd-ports-gnome-a924b0b292fb3ff1d10a4d177805190d8fa3d10d.zip
- Fix build when gtkdoc is present
Submitted by: bms
Diffstat (limited to 'devel')
-rw-r--r--devel/soup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/soup/Makefile b/devel/soup/Makefile
index 1a04ccd426d4..f74418ddbd4b 100644
--- a/devel/soup/Makefile
+++ b/devel/soup/Makefile
@@ -22,7 +22,7 @@ USE_BZIP2= yes
USE_GNOME= gnomehack glib12 libxml
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc --disable-gtk-doc
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"