diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-12 20:59:45 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-12 20:59:45 +0000 |
commit | 5b6731406a83008acdb583267b42a80d172439a5 (patch) | |
tree | 9175f5188663905ee6c52453086c2048ba29a818 /mail/evolution | |
parent | c716629f9468c11f9e2a54e6b00bb5819cdbc941 (diff) | |
download | FreeBSD-ports-5b6731406a83008acdb583267b42a80d172439a5.zip FreeBSD-ports-5b6731406a83008acdb583267b42a80d172439a5.tar.gz |
Chase the location of the NSS header files.
Diffstat (limited to 'mail/evolution')
-rw-r--r-- | mail/evolution/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 9a2ace4..e57ab6d 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) |