diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-12 20:59:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-12 20:59:45 +0000 |
commit | 153eabb1880abe75b8a8f7387c5e17c88fb3545c (patch) | |
tree | fef1a0d56974716406d04c1cadc1216c61eda02a | |
parent | Update to 3.8. (diff) |
Chase the location of the NSS header files.
-rw-r--r-- | mail/evolution-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/evolution/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 9a2ace4920fc..e57ab6daf1c8 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/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) 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) |