aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libwpd08
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2007-04-21 04:20:56 +0800
committermi <mi@FreeBSD.org>2007-04-21 04:20:56 +0800
commit3159da92377d8cef8c44860b5ca612468bdf3d22 (patch)
tree781abfb302d988bbd282089d79ad20ba812b3fe3 /textproc/libwpd08
parentd2903f0e47080b7ef07b64762672cd30ccbe2593 (diff)
downloadfreebsd-ports-gnome-3159da92377d8cef8c44860b5ca612468bdf3d22.tar.gz
freebsd-ports-gnome-3159da92377d8cef8c44860b5ca612468bdf3d22.tar.zst
freebsd-ports-gnome-3159da92377d8cef8c44860b5ca612468bdf3d22.zip
Explicitly disable documentation regeneration. Libwpd would do that, if doxygen
is detected at configure time. Change INSTALLS_SHLIB to USE_LDCONFIG. PR: ports/111970 Submitted by: Marcin Wisnicki
Diffstat (limited to 'textproc/libwpd08')
-rw-r--r--textproc/libwpd08/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libwpd08/Makefile b/textproc/libwpd08/Makefile
index 26405fa4b26f..21bc49d50b49 100644
--- a/textproc/libwpd08/Makefile
+++ b/textproc/libwpd08/Makefile
@@ -17,6 +17,8 @@ COMMENT= Tools for importing and exporting WordPerfect(tm) documents
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack libgsf
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
+
+CONFIGURE_ARGS+=--without-docs
.include <bsd.port.mk>