diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-08 01:04:17 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-08 01:04:17 +0800 |
commit | 59e68e7131f6b64708577507ec34163e66290b0b (patch) | |
tree | e9e873cbe5e92ae0f90ee2c145467e7509210e32 | |
parent | 6a645f4d54a3db8c2ede30f47bc079fe3ea9b27f (diff) | |
download | marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar.gz marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar.bz2 marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar.lz marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar.xz marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.tar.zst marcuscom-ports-59e68e7131f6b64708577507ec34163e66290b0b.zip |
Add a missing dependency on gnomedocutils.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8014 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index caa0598ac..a5ab510ef 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.122 2006/11/07 14:58:42 ahze Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.123 2006/12/05 02:32:20 marcus Exp $ # PORTNAME= evolution PORTVERSION= 2.9.3 +PORTREVISION= 1 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -25,7 +26,7 @@ USE_BISON= yes USE_GETTEXT= yes USE_XLIB= yes USE_GNOME= gnomeprefix gnomehack intlhack evolutiondataserver \ - gtkhtml3 desktopfileutils + gtkhtml3 desktopfileutils gnomedocutils GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes |