diff options
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 |