diff options
author | mi <mi@FreeBSD.org> | 2007-04-21 04:20:56 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-04-21 04:20:56 +0800 |
commit | 3159da92377d8cef8c44860b5ca612468bdf3d22 (patch) | |
tree | 781abfb302d988bbd282089d79ad20ba812b3fe3 /textproc/libwpd08 | |
parent | d2903f0e47080b7ef07b64762672cd30ccbe2593 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |