summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 03:14:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-12-22 03:14:07 +0800
commitc574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c (patch)
treed5cbd1419511b8ae680fd56c806ec0cdc42b9c72 /databases/evolution-data-server/Makefile
parent2d588fc96de635fd81ff6544843f5ad6334c70e9 (diff)
downloadmarcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar.gz
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar.bz2
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar.lz
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar.xz
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.tar.zst
marcuscom-ports-c574a5deb7d0cd6fdf06a3c8d89628ca07e18a6c.zip
Update to 1.1.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3284 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/Makefile')
-rw-r--r--databases/evolution-data-server/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index c3364dfca..68e82f4c5 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= evolution-data-server
-PORTVERSION= 1.1.1
+PORTVERSION= 1.1.2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1
@@ -15,7 +15,8 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= The data backends for the Evolution integrated mail/PIM suite
-LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= soup-2.2.7:${PORTSDIR}/devel/libsoup \
+ nss3.1:${PORTSDIR}/security/nss
USE_BZIP2= yes
USE_GMAKE= yes
@@ -25,7 +26,12 @@ USE_GNOME= gnomeprefix gnomehack intlhack gnometarget libgnomeui
USE_REINPLACE= yes
USE_LIBTOOL_VER=15
INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --enable-static
+CONFIGURE_ARGS= --enable-static \
+ --with-nss-includes=${LOCALBASE}/include/nss/nss \
+ --with-nss-libs=${LOCALBASE}/lib \
+ --with-nspr-includes=${LOCALBASE}/include/nspr \
+ --with-nspr-libs=${LOCALBASE}/lib \
+ --with-krb5=/usr
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"