diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:39:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 21:39:37 +0000 |
commit | ec221c4b36ad4f9fabc30c2eae7806b940bccc29 (patch) | |
tree | f6f728e52029ecd59eebe7c173b8795a66afafa4 /textproc/libwpd | |
parent | 775a64aedb616b4828df8b26cec4beb8f87ce6fe (diff) |
Notes
Diffstat (limited to 'textproc/libwpd')
-rw-r--r-- | textproc/libwpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index db33533eec30..ba1faaa91078 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -12,15 +12,15 @@ COMMENT= Tools for importing and exporting WordPerfect(tm) documents LICENSE= LGPL21 MPL LICENSE_COMB= dual +USES= pathfix GNU_CONFIGURE= yes USE_BZIP2= yes -USE_GNOME= gnomehack libgsf +USE_GNOME= libgsf USE_LDCONFIG= yes CONFIGURE_ARGS= --without-docs PLIST_SUB= MAJVER=${PORTVERSION:R} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| docs||' ${WRKSRC}/Makefile.in |