diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 08:13:17 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-10 08:13:17 +0800 |
commit | 01cdaf14775fee43523432dfce498ecca42aa7e2 (patch) | |
tree | d8ed196de7db906622e854dfed24cb168135905f /mail | |
parent | 693f13122f3ce08d9c805af81700fc15596ff6e7 (diff) | |
download | marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar.gz marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar.bz2 marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar.lz marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar.xz marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.tar.zst marcuscom-ports-01cdaf14775fee43523432dfce498ecca42aa7e2.zip |
It doesn't depend on libgnomeprintui anymore, bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10382 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 8e6bd1c32..e65cbf6a2 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,11 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.158 2008/01/14 21:32:27 kwm Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.159 2008/01/29 07:46:00 marcus Exp $ # PORTNAME= evolution PORTVERSION= 2.21.90 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -24,8 +25,8 @@ USE_GMAKE= yes USE_BISON= build USE_GETTEXT= yes USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver \ - gtkhtml3 desktopfileutils gnomedocutils libgnomeprintui +USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gtkhtml3 \ + desktopfileutils gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes INSTALLS_ICONS= yes |