diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 08:48:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 08:48:19 +0800 |
commit | 5377b0dcb60677ec8bd25bf9767fe9bedb46d395 (patch) | |
tree | cebae608c297eeb98732d8ec27364b226ede7174 /databases/evolution-data-server/Makefile | |
parent | 3b834c681fd00193d9cb1e566c926a5193193bc6 (diff) | |
download | marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar.gz marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar.bz2 marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar.lz marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar.xz marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.tar.zst marcuscom-ports-5377b0dcb60677ec8bd25bf9767fe9bedb46d395.zip |
In order for e-d-s to use pkg-config to resolve NSS and NSPR, neither of
their lib/include paths can be specified in CONFIGURE_ARGS. This will
fix SSL support for e-d-s.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8048 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, 2 insertions, 4 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 26e1187bd..f2ff2ca7b 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server/Makefile,v 1.104 2006/12/04 23:27:54 marcus Exp $ +# $MCom: ports/databases/evolution-data-server/Makefile,v 1.105 2006/12/10 01:16:56 ahze Exp $ # PORTNAME= evolution-data-server PORTVERSION= 1.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -35,8 +35,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --enable-nss=yes \ --with-openldap=yes \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ --with-krb5=/usr \ --with-libdb=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} ${PTHREAD_CFLAGS}" \ |