summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-01-31 13:38:42 +0000
commitf5f6cd6d9b51abcfaf7d5a03d342e91dc742074d (patch)
tree384a6fe89b7bf8bffcc478f3462d538eea755790 /editors/abiword
parent49be72eaa4585216ade79b274fca337c2bf4866a (diff)
downloadfreebsd-ports-f5f6cd6d9b51abcfaf7d5a03d342e91dc742074d.zip
Chase boost update
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index bee43a93a248..f72679c6e40a 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,14 +1,10 @@
-# New ports collection makefile for: AbiWord2
-# Date created: 22 February 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
+# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/editors/abiword/Makefile,v 1.13 2009/11/10 13:56:18 kwm Exp $
-#
PORTNAME= abiword
PORTVERSION= 2.8.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
@@ -58,7 +54,7 @@ CONFIGURE_ARGS+= --enable-debug --enable-symbols
.if defined(WITH_BOOST)
CONFIGURE_ARGS+= --with-boost
-LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs
.else
CONFIGURE_ARGS+= --without-boost
.endif