aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmwaw/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-02-25 08:00:27 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-02-25 08:00:27 +0000
commite5e0ce74a09193f7c7e9589b7321753ae7086911 (patch)
tree0013433e5b0d2620fff8f06d19e78fcc8f28db27 /textproc/libmwaw/Makefile
parentc11945e12cbd1107db933457f6ccf67b9747e215 (diff)
downloadports-e5e0ce74a09193f7c7e9589b7321753ae7086911.tar.gz
ports-e5e0ce74a09193f7c7e9589b7321753ae7086911.zip
Convert to USES=libtool
Notes
Notes: svn path=/head/; revision=345923
Diffstat (limited to 'textproc/libmwaw/Makefile')
-rw-r--r--textproc/libmwaw/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/libmwaw/Makefile b/textproc/libmwaw/Makefile
index 2bd2908b56e7..b04de765dd23 100644
--- a/textproc/libmwaw/Makefile
+++ b/textproc/libmwaw/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libmwaw
PORTVERSION= 0.1.11
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -19,10 +20,10 @@ OPTIONS_DEFINE= DOCS
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_XZ= yes
-USES= pkgconfig pathfix
+USES= libtool pkgconfig pathfix
PORTDOCS= *
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen