From 635c98c7aa835f73ca5d45e1b9cddca959cdb96f Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 17 Dec 2006 00:49:57 +0000 Subject: 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 --- mail/evolution/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'mail') 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 # # $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" \ -- cgit