diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-20 20:20:56 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-04-20 20:20:56 +0000 |
commit | b34f45b7e01a50e8ffcbf400b4a10cf216972f58 (patch) | |
tree | 11945e4b3f3bd2c3ae179acf4caf26fca5ee0a23 /textproc/libwpd | |
parent | fe843e5f72c843afe8edfb95aa6dcceacda59874 (diff) | |
download | ports-b34f45b7e01a50e8ffcbf400b4a10cf216972f58.tar.gz ports-b34f45b7e01a50e8ffcbf400b4a10cf216972f58.zip |
Notes
Diffstat (limited to 'textproc/libwpd')
-rw-r--r-- | textproc/libwpd/Makefile | 4 |
1 files changed, 3 insertions, 1 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> |