diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-13 04:59:45 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-13 04:59:45 +0800 |
commit | 5b6731406a83008acdb583267b42a80d172439a5 (patch) | |
tree | 9175f5188663905ee6c52453086c2048ba29a818 /mail | |
parent | c716629f9468c11f9e2a54e6b00bb5819cdbc941 (diff) | |
download | freebsd-ports-gnome-5b6731406a83008acdb583267b42a80d172439a5.tar.gz freebsd-ports-gnome-5b6731406a83008acdb583267b42a80d172439a5.tar.zst freebsd-ports-gnome-5b6731406a83008acdb583267b42a80d172439a5.zip |
Chase the location of the NSS header files.
Diffstat (limited to 'mail')
-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) |