diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-07 12:38:26 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-07 12:38:26 +0800 |
commit | a674ef71c468b1436c1085165d48a636bc0d49e8 (patch) | |
tree | 6d86cb3088104bb1bd1b7b9df89eaab15397c0fc /deskutils/evolution-jescs/Makefile | |
parent | f50208ceaffb4e79634f7475af42d8b83dfc937f (diff) | |
download | marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.gz marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.bz2 marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.lz marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.xz marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.tar.zst marcuscom-ports-a674ef71c468b1436c1085165d48a636bc0d49e8.zip |
Chase with the evolution update. No longer has version number in the name of
binary (ie: evolution-2.12). Bump these ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8999 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/evolution-jescs/Makefile')
-rw-r--r-- | deskutils/evolution-jescs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile index ff43feb18..c611c0a8d 100644 --- a/deskutils/evolution-jescs/Makefile +++ b/deskutils/evolution-jescs/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.19 2007/05/17 05:11:50 marcus Exp $ +# $MCom: ports/deskutils/evolution-jescs/Makefile,v 1.20 2007/05/19 21:36:01 marcus Exp $ # PORTNAME= jescs PORTVERSION= 2.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -18,8 +18,8 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Sun Java Enterprise System Calendar Server provider for Evolution -BUILD_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution -RUN_DEPENDS= evolution-${EVO_VERSION}:${PORTSDIR}/mail/evolution +BUILD_DEPENDS= evolution:${PORTSDIR}/mail/evolution +RUN_DEPENDS= evolution:${PORTSDIR}/mail/evolution USE_XLIB= yes USE_BZIP2= yes |