aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-12 20:59:45 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-12 20:59:45 +0000
commit153eabb1880abe75b8a8f7387c5e17c88fb3545c (patch)
treefef1a0d56974716406d04c1cadc1216c61eda02a /mail/evolution
parent76d9aafc91bb6e4445d7cd9255ed13186bcdae0b (diff)
downloadports-153eabb1880abe75b8a8f7387c5e17c88fb3545c.tar.gz
ports-153eabb1880abe75b8a8f7387c5e17c88fb3545c.zip
Chase the location of the NSS header files.
Notes
Notes: svn path=/head/; revision=78825
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 9a2ace4920fc..e57ab6daf1c8 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -45,7 +45,7 @@ CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \
--with-db3-includes=${DB3_WRKSRC} \
--with-nspr-includes=${LOCALBASE}/include/nspr \
--with-nspr-libs=${LOCALBASE}/lib \
- --with-nss-includes=${LOCALBASE}/include/nss/security \
+ --with-nss-includes=${LOCALBASE}/include/nss/nss \
--with-nss-libs=${LOCALBASE}/lib
.if defined(WITH_LDAP)