diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-03 06:24:04 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-03 06:24:04 +0800 |
commit | 341b92875208b1b0d1a5259262be221fac79670e (patch) | |
tree | 939bdbbe539de743a8f58af19a45d06eb769e80c /graphics | |
parent | fb0902162f16bf804b88edb4106e8af9a3027d5d (diff) | |
download | freebsd-ports-gnome-341b92875208b1b0d1a5259262be221fac79670e.tar.gz freebsd-ports-gnome-341b92875208b1b0d1a5259262be221fac79670e.tar.zst freebsd-ports-gnome-341b92875208b1b0d1a5259262be221fac79670e.zip |
Convert to USES=libtool
Remove useless USE_GNOME=gnomeprefix
Remove now useless DOCS patches
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libwpg/Makefile | 15 | ||||
-rw-r--r-- | graphics/libwpg/pkg-plist | 1 |
2 files changed, 5 insertions, 11 deletions
diff --git a/graphics/libwpg/Makefile b/graphics/libwpg/Makefile index edc4415152f2..48705d60bf24 100644 --- a/graphics/libwpg/Makefile +++ b/graphics/libwpg/Makefile @@ -2,6 +2,7 @@ PORTNAME= libwpg PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,23 +14,15 @@ LICENSE_COMB= dual LIB_DEPENDS= libwpd-0.9.so:${PORTSDIR}/textproc/libwpd -USE_AUTOTOOLS= libtool -USES= pkgconfig perl5 pathfix -USE_GNOME= gnomeprefix ltverhack +USES= libtool pkgconfig perl5 pathfix USE_BZIP2= yes USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen +DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen PORTDOCS= * -.else -post-patch: - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> diff --git a/graphics/libwpg/pkg-plist b/graphics/libwpg/pkg-plist index 550edfba0dcd..6ec992a7c01d 100644 --- a/graphics/libwpg/pkg-plist +++ b/graphics/libwpg/pkg-plist @@ -8,6 +8,7 @@ lib/libwpg-0.2.a lib/libwpg-0.2.la lib/libwpg-0.2.so lib/libwpg-0.2.so.2 +lib/libwpg-0.2.so.2.0.2 libdata/pkgconfig/libwpg-0.2.pc @dirrm include/libwpg-0.2/libwpg @dirrm include/libwpg-0.2 |