diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:11:28 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-19 19:11:28 +0800 |
commit | 59a421382e9fdde4b6128fede6abd8d961d363b0 (patch) | |
tree | f7527e4a276195f0cd4ab9369e817b376388cecc /mail | |
parent | c8420943517a5a60965e4cd114a8135fa6ca4e8a (diff) | |
download | freebsd-ports-gnome-59a421382e9fdde4b6128fede6abd8d961d363b0.tar.gz freebsd-ports-gnome-59a421382e9fdde4b6128fede6abd8d961d363b0.tar.zst freebsd-ports-gnome-59a421382e9fdde4b6128fede6abd8d961d363b0.zip |
Enable SSL support. Bump PORTREVISION.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution-devel/Makefile | 11 | ||||
-rw-r--r-- | mail/evolution/Makefile | 11 |
2 files changed, 14 insertions, 8 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index 0b673beaa439..0cfb5e6fc6a6 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -17,7 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf +LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ + nss3.1:${PORTSDIR}/security/nss # ldap.2:${PORTSDIR}/net/openldap2 .if !defined(WITHOUT_PILOT) BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits @@ -35,8 +36,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-db3-includes=${DB3_WRKSRC} \ --with-html-dir=${PREFIX}/share/gnome/html \ - --with-openssl-includes=${OPENSSLBASE}/include \ - --with-openssl-libs=${OPENSSLBASE}/lib + --with-nspr-includes=${LOCALBASE}/include/nspr \ + --with-nspr-libs=${LOCALBASE}/lib \ + --with-nss-includes=${LOCALBASE}/include/nss/security \ + --with-nss-libs=${LOCALBASE}/lib # --with-openldap=${LOCALBASE} .if !defined(WITHOUT_PILOT) CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \ diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 0b673beaa439..0cfb5e6fc6a6 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -7,7 +7,7 @@ PORTNAME= evolution PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail gnome MASTER_SITES= http://www.sleepycat.com/update/3.1.17/ \ ${MASTER_SITE_GNOME} @@ -17,7 +17,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf +LIB_DEPENDS= bonobo_conf.0:${PORTSDIR}/devel/bonobo-conf \ + nss3.1:${PORTSDIR}/security/nss # ldap.2:${PORTSDIR}/net/openldap2 .if !defined(WITHOUT_PILOT) BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits @@ -35,8 +36,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-db3-libs=${DB3_WRKSRC} \ --with-db3-includes=${DB3_WRKSRC} \ --with-html-dir=${PREFIX}/share/gnome/html \ - --with-openssl-includes=${OPENSSLBASE}/include \ - --with-openssl-libs=${OPENSSLBASE}/lib + --with-nspr-includes=${LOCALBASE}/include/nspr \ + --with-nspr-libs=${LOCALBASE}/lib \ + --with-nss-includes=${LOCALBASE}/include/nss/security \ + --with-nss-libs=${LOCALBASE}/lib # --with-openldap=${LOCALBASE} .if !defined(WITHOUT_PILOT) CONFIGURE_ARGS+= --with-pisock=${LOCALBASE}/pilot \ |