diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-24 05:39:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-24 05:39:37 +0800 |
commit | 21f8b06572458d57d070d3d5bab6e4611e5d69a7 (patch) | |
tree | f6f728e52029ecd59eebe7c173b8795a66afafa4 /textproc/libwpd | |
parent | 484618640113d4425660a6800c1d36749b510264 (diff) | |
download | freebsd-ports-gnome-21f8b06572458d57d070d3d5bab6e4611e5d69a7.tar.gz freebsd-ports-gnome-21f8b06572458d57d070d3d5bab6e4611e5d69a7.tar.zst freebsd-ports-gnome-21f8b06572458d57d070d3d5bab6e4611e5d69a7.zip |
Support stage,
Convert gnomehack to USES=pathfix
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 |