diff options
Diffstat (limited to 'editors/abiword-plugins-devel/Makefile')
-rw-r--r-- | editors/abiword-plugins-devel/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/abiword-plugins-devel/Makefile b/editors/abiword-plugins-devel/Makefile index 4231a6f35..4b75caf1c 100644 --- a/editors/abiword-plugins-devel/Makefile +++ b/editors/abiword-plugins-devel/Makefile @@ -3,11 +3,11 @@ # Whom: FreeBSD GNOME Team <gnome@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/editors/abiword-plugins-devel/Makefile,v 1.3 2005/09/12 05:59:06 mezz Exp $ # PORTNAME= abiword -PORTVERSION= 2.3.6 +PORTVERSION= 2.4.0 CATEGORIES= editors MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/ MASTER_SITE_SUBDIR= abiword @@ -17,8 +17,10 @@ DIST_SUBDIR= AbiWord MAINTAINER= gnome@FreeBSD.org COMMENT= Multi-plugins for AbiWord -BUILD_DEPENDS= AbiWord-2.4:${PORTSDIR}/editors/abiword-devel -RUN_DEPENDS= AbiWord-2.4:${PORTSDIR}/editors/abiword-devel +BUILD_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword-devel +RUN_DEPENDS= AbiWord-${ABIVERSION}:${PORTSDIR}/editors/abiword-devel + +CONFLICTS= abiword-plugins-[0-9]* USE_BZIP2= yes USE_GMAKE= yes |