diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-25 08:00:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-25 08:00:27 +0000 |
commit | e5e0ce74a09193f7c7e9589b7321753ae7086911 (patch) | |
tree | 0013433e5b0d2620fff8f06d19e78fcc8f28db27 /textproc/libmwaw/Makefile | |
parent | c11945e12cbd1107db933457f6ccf67b9747e215 (diff) | |
download | ports-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/Makefile | 5 |
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 |