diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-18 02:04:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-18 02:04:41 +0800 |
commit | 0f2903dac936452c15789ce7e4c88f98b14413d2 (patch) | |
tree | 68aced9fd8222fd981f3693f9b752ab232f09f5f /mail | |
parent | 216bb4f7428e6d5acf9717a81347da0066e9b076 (diff) | |
download | marcuscom-ports-0f2903dac936452c15789ce7e4c88f98b14413d2.tar.gz marcuscom-ports-0f2903dac936452c15789ce7e4c88f98b14413d2.tar.zst marcuscom-ports-0f2903dac936452c15789ce7e4c88f98b14413d2.zip |
Add a missing dependency on libgnomeprintui.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8366 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-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 97ae5707f..35b4ca853 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.130 2007/01/27 20:28:45 ahze Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.131 2007/02/13 07:24:49 marcus Exp $ # PORTNAME= evolution PORTVERSION= 2.9.91 +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 gnomedocutils + gtkhtml3 desktopfileutils gnomedocutils libgnomeprintui GNU_CONFIGURE= yes INSTALLS_OMF= yes USE_LDCONFIG= yes |