aboutsummaryrefslogtreecommitdiff
path: root/textproc/libabw
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:00:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-07 12:00:21 +0000
commit7a1aa59e57f6b24be11004ff6174ef04e978c229 (patch)
tree0a10558de834a79025d6f141eda955e7a5528b66 /textproc/libabw
parent13ca6f12bb6a15dc253fb3e3e38ffac0be5d0b4b (diff)
downloadports-7a1aa59e57f6b24be11004ff6174ef04e978c229.tar.gz
ports-7a1aa59e57f6b24be11004ff6174ef04e978c229.zip
Notes
Diffstat (limited to 'textproc/libabw')
-rw-r--r--textproc/libabw/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/textproc/libabw/Makefile b/textproc/libabw/Makefile
index 38a2b44ec1ec..261ad44f4a3a 100644
--- a/textproc/libabw/Makefile
+++ b/textproc/libabw/Makefile
@@ -2,9 +2,9 @@
PORTNAME= libabw
PORTVERSION= 0.1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
-MASTER_SITES= http://dev-www.libreoffice.org/src/
+MASTER_SITES= http://dev-www.libreoffice.org/src/${PORTNAME}/
MAINTAINER= office@FreeBSD.org
COMMENT= Library providing ability to interpret Abiword documents
@@ -12,8 +12,6 @@ COMMENT= Library providing ability to interpret Abiword documents
LICENSE= LGPL21 MPL
LICENSE_COMB= dual
-OPTIONS_DEFINE= DOCS
-
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
@@ -24,10 +22,6 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS= -I${LOCALBASE}/include
-CONFIGURE_ARGS= -disable-werror
-
-PORTDOCS= *
-DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
-DOCS_CONFIGURE_OFF= --without-docs
+CONFIGURE_ARGS= -disable-werror --without-docs
.include <bsd.port.mk>