diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 03:03:28 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 03:03:28 +0800 |
commit | 35456cc227da091f19c81ab897c673c97831e649 (patch) | |
tree | 31ceaa57a14e647ee2b10e7ea614bfc07bf241bf /databases/evolution-data-server/Makefile | |
parent | 5b0dd047e310822d851eab5484db252c753fc8ad (diff) | |
download | marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar.gz marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar.bz2 marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar.lz marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar.xz marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.tar.zst marcuscom-ports-35456cc227da091f19c81ab897c673c97831e649.zip |
Update to 0.0.94.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2365 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r-- | databases/evolution-data-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 813638ded..42c348e0b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= evolution-data-server -PORTVERSION= 0.0.93 +PORTVERSION= 0.0.94 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0 @@ -15,11 +15,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite +LIB_DEPENDS= soup-2.2.4:${PORTSDIR}/devel/libsoup + USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnometarget gtkhtml3 +USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnome USE_REINPLACE= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |