diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 06:15:52 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-12-17 06:15:52 +0800 |
commit | 5cef55ab622422686ecca4642eeaa26c7ceec188 (patch) | |
tree | 813e6ba6b2db61b2b3350c769d2da2f8e8fe5c32 /mail/evolution | |
parent | 5229dc90cd7f8a092734c2a1f8b273db34482642 (diff) | |
download | marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar.gz marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar.bz2 marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar.lz marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar.xz marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.tar.zst marcuscom-ports-5cef55ab622422686ecca4642eeaa26c7ceec188.zip |
Use nss.pc to pick up the correct NSS libraries and CFLAGS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8046 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index a5ab510ef..1b319ab58 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett <ade@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/mail/evolution/Makefile,v 1.123 2006/12/05 02:32:20 marcus Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.124 2006/12/07 17:04:17 marcus Exp $ # PORTNAME= evolution @@ -32,8 +32,6 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% CONFIGURE_ARGS= --enable-nss=yes \ - --with-nss-includes=${LOCALBASE}/include/nss/nss \ - --with-nss-libs=${LOCALBASE}/lib \ --with-nspr-includes=${LOCALBASE}/include/nspr \ --with-nspr-libs=${LOCALBASE}/lib \ --enable-mono=no \ |