summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2007-04-20 20:20:56 +0000
committerMikhail Teterin <mi@FreeBSD.org>2007-04-20 20:20:56 +0000
commitb34f45b7e01a50e8ffcbf400b4a10cf216972f58 (patch)
tree11945e4b3f3bd2c3ae179acf4caf26fca5ee0a23 /textproc
parentfe843e5f72c843afe8edfb95aa6dcceacda59874 (diff)
downloadfreebsd-ports-b34f45b7e01a50e8ffcbf400b4a10cf216972f58.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')
-rw-r--r--textproc/libwpd/Makefile4
-rw-r--r--textproc/libwpd08/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile
index 26405fa4b26f..21bc49d50b49 100644
--- a/textproc/libwpd/Makefile
+++ b/textproc/libwpd/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>
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>