diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 06:52:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 06:52:07 +0800 |
commit | bf07e444d52bfdd73d041e5b4fec312245def6a5 (patch) | |
tree | 50a4a28ae4e4d69ff1894db953d82b334aececc8 /textproc | |
parent | 77d50cca987b38e1134a9fe1027d8f6af42ec0b2 (diff) | |
download | freebsd-ports-graphics-bf07e444d52bfdd73d041e5b4fec312245def6a5.tar.gz freebsd-ports-graphics-bf07e444d52bfdd73d041e5b4fec312245def6a5.tar.zst freebsd-ports-graphics-bf07e444d52bfdd73d041e5b4fec312245def6a5.zip |
Convert to USES=libtool
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libwps/Makefile | 8 | ||||
-rw-r--r-- | textproc/libwps/pkg-plist | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/libwps/Makefile b/textproc/libwps/Makefile index b8b0bf583b0..3a881309656 100644 --- a/textproc/libwps/Makefile +++ b/textproc/libwps/Makefile @@ -3,11 +3,12 @@ PORTNAME= libwps PORTVERSION= 0.2.9 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= office@FreeBSD.org -COMMENT= A Microsoft file word processor format import filter library +COMMENT= Microsoft file word processor format import filter library LICENSE= LGPL21 MPL LICENSE_COMB= dual @@ -19,9 +20,8 @@ OPTIONS_DEFINE= DOCS CONFIGURE_ARGS= --disable-werror CPPFLAGS+= -I${LOCALBASE}/include -USE_AUTOTOOLS= libtool -USES= pkgconfig pathfix -USE_GNOME= gnomeprefix ltverhack +GNU_CONFIGURE= yes +USES= libtool pkgconfig pathfix USE_LDCONFIG= yes PORTDOCS= * DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen diff --git a/textproc/libwps/pkg-plist b/textproc/libwps/pkg-plist index dab513860ae..659f1eb34e0 100644 --- a/textproc/libwps/pkg-plist +++ b/textproc/libwps/pkg-plist @@ -7,6 +7,7 @@ lib/libwps-0.2.a lib/libwps-0.2.la lib/libwps-0.2.so lib/libwps-0.2.so.2 +lib/libwps-0.2.so.2.0.9 libdata/pkgconfig/libwps-0.2.pc @dirrm include/libwps-0.2/libwps @dirrm include/libwps-0.2 |