diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 08:49:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 08:49:57 +0800 |
commit | 635c98c7aa835f73ca5d45e1b9cddca959cdb96f (patch) | |
tree | f6df04a83674d3ed6a08ddd68afdbda2e23ad2e2 /mail | |
parent | 5377b0dcb60677ec8bd25bf9767fe9bedb46d395 (diff) | |
download | marcuscom-ports-635c98c7aa835f73ca5d45e1b9cddca959cdb96f.tar.gz marcuscom-ports-635c98c7aa835f73ca5d45e1b9cddca959cdb96f.tar.zst marcuscom-ports-635c98c7aa835f73ca5d45e1b9cddca959cdb96f.zip |
In order for Evo 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 Evo
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8049 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 37f774361..6a54b595c 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,12 +3,12 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.125 2006/12/16 22:15:52 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.126 2006/12/16 22:37:02 marcus Exp $ # PORTNAME= evolution PORTVERSION= 2.9.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -32,8 +32,6 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% CONFIGURE_ARGS= --enable-nss=yes \ - --with-nspr-includes=${LOCALBASE}/include/nspr \ - --with-nspr-libs=${LOCALBASE}/lib \ --enable-mono=no \ --with-sub-version=" FreeBSD GNOME Team Port" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |