diff options
author | pav <pav@FreeBSD.org> | 2004-03-05 01:21:35 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-05 01:21:35 +0800 |
commit | 71923884d0d227a7f087a623a01654b65583a6d9 (patch) | |
tree | 87730ed4bc77b63267d92b98b1357d0404e27b1b /textproc/libwpd/Makefile | |
parent | ba693305310c97883614225516cdbd7924cc6363 (diff) | |
download | freebsd-ports-gnome-71923884d0d227a7f087a623a01654b65583a6d9.tar.gz freebsd-ports-gnome-71923884d0d227a7f087a623a01654b65583a6d9.tar.zst freebsd-ports-gnome-71923884d0d227a7f087a623a01654b65583a6d9.zip |
- Update to 0.7.1
PR: ports/63729
Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
Approved by: maintainer
Diffstat (limited to 'textproc/libwpd/Makefile')
-rw-r--r-- | textproc/libwpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/libwpd/Makefile b/textproc/libwpd/Makefile index 7252090481cf..a667a9dbf373 100644 --- a/textproc/libwpd/Makefile +++ b/textproc/libwpd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libwpd -PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTVERSION= 0.7.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= libwpd @@ -16,7 +15,8 @@ MAINTAINER= reed@pugetsoundtechnology.com COMMENT= Tools for importing and exporting WordPerfect(tm) documents USE_GMAKE= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes USE_GNOME= libgsf +INSTALLS_SHLIB= yes .include <bsd.port.mk> |