diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-06 00:37:38 +0800 |
commit | 372d73e2ea82ceb62efab4fc0ccb023091283d7b (patch) | |
tree | 2c07d8430a3aa498a8afd474dba6a5684eba330e /mail/evolution/Makefile | |
parent | 2e820a178b29eada1eda1e9eb333d1b8f8d48114 (diff) | |
download | marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.gz marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.tar.zst marcuscom-ports-372d73e2ea82ceb62efab4fc0ccb023091283d7b.zip |
Use new desktop file handling scheme.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution/Makefile')
-rw-r--r-- | mail/evolution/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index fdd3a26b1..78f2612cc 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,6 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.5.92.1 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 @@ -23,7 +24,7 @@ USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver gal2 \ - gtkhtml3 + gtkhtml3 desktopfileutils USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_ARGS= --enable-nss=yes \ |