diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 05:00:09 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 05:00:09 +0800 |
commit | 7a028fe3d5a91401e2375122ed46425e3438a960 (patch) | |
tree | 5c357f8970a48257c2315f5ca09cda656767846a | |
parent | 77fd82661de41f9e1877742a90f3fc03ee86bfb0 (diff) | |
download | marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar.gz marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar.bz2 marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar.lz marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar.xz marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.tar.zst marcuscom-ports-7a028fe3d5a91401e2375122ed46425e3438a960.zip |
Chase the location of the NSS header files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@611 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | mail/evolution-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 4d68957fd..da0478ff0 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) |