summaryrefslogtreecommitdiff
path: root/mail/mixmaster
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-05-23 02:32:05 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-05-23 02:32:05 +0000
commite6b9d6e3bbe167a5227a3f4a8abd6fe8b57d042b (patch)
tree462c5f82c2f7492d4058523d72c15cf0ff0bb7ab /mail/mixmaster
parent- remove pkg-plist,use dynamic plist (diff)
- As we have ncurses 5.6 in the base, make devel/ncurses optional for newer
system. - Bump PORTREVISION Approved by: Meyer Wolfsheim <wolf at priori.net> (maintainer)
Notes
Notes: svn path=/head/; revision=213541
Diffstat (limited to 'mail/mixmaster')
-rw-r--r--mail/mixmaster/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/mixmaster/Makefile b/mail/mixmaster/Makefile
index ff8f65dfc9e2..6dba99af6a05 100644
--- a/mail/mixmaster/Makefile
+++ b/mail/mixmaster/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mixmaster
PORTVERSION= 2.9.1
+PORTREVISION= 1
CATEGORIES= mail security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} \
ftp://ftp.erisiandiscord.de/pub/misc/
@@ -18,8 +19,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= wolf@priori.net
COMMENT= A cryptographically secure anonymous remailer
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
- ncurses:${PORTSDIR}/devel/ncurses
+LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre
USE_PERL5= yes
USE_OPENSSL= yes
@@ -39,6 +39,10 @@ MIXMASTER_SCRIPTS= ${WRKDIR}/mixmaster-update.pl
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033)
+LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
+.endif
+
post-patch:
${CP} ${FILESDIR}/Makefile.in ${WRKSRC}/Makefile
@${RM} ${WRKSRC}/../conf/mix.cfg.orig