summaryrefslogtreecommitdiff
path: root/mail/re-alpine/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2012-04-18 20:50:21 +0000
committerwiz <wiz>2012-04-18 20:50:21 +0000
commit287c13f78d83ae8654baeaddb585c0cedaa04238 (patch)
treefc2d0ea5aa30dce3a5aeb1f043bc476b6d53d130 /mail/re-alpine/Makefile
parentf42be95c0d4f609857733c15bd4f23e1e568015b (diff)
downloadpkgsrc-287c13f78d83ae8654baeaddb585c0cedaa04238.tar.gz
Update to 2.02, provided by Uwe Klaus in PR 46025. Ok reed@ (maintainer)
Changes since 2.01 not found. Package changes: Enable S/MIME support per default. Add patch for openssl in NetBSD-5.99*.
Diffstat (limited to 'mail/re-alpine/Makefile')
-rw-r--r--mail/re-alpine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/re-alpine/Makefile b/mail/re-alpine/Makefile
index 626ce3e901e..2cafe4dccfd 100644
--- a/mail/re-alpine/Makefile
+++ b/mail/re-alpine/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2012/03/27 21:47:00 dholland Exp $
+# $NetBSD: Makefile,v 1.6 2012/04/18 20:50:21 wiz Exp $
#
-DISTNAME= re-alpine-2.01
-PKGREVISION= 2
+DISTNAME= re-alpine-2.02
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=re-alpine/}
EXTRACT_SUFX= .tar.bz2
@@ -25,6 +24,7 @@ CONFIGURE_ARGS+= --with-ssl-include-dir=${SSLBASE}/include
CONFIGURE_ARGS+= --with-ssl-lib-dir=${SSLBASE}/lib
CONFIGURE_ARGS+= --with-system-pinerc=${PKG_SYSCONFDIR}/pine.conf
CONFIGURE_ARGS+= --with-system-fixed-pinerc=${PKG_SYSCONFDIR}/pine.conf.fixed
+CONFIGURE_ARGS+= --with-smime
USE_LIBTOOL= yes