aboutsummaryrefslogtreecommitdiff
path: root/mail/nmzmail
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-09 11:45:00 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-09-09 11:45:00 +0000
commit13fc517adf6e0d0b9cf63fffd245b5f0cf2cacb4 (patch)
treecc11f0cb0099d804f1cc15e4d071321569801750 /mail/nmzmail
parente0741d08e5fb4c349da259756fee58e7e7deceb1 (diff)
downloadports-13fc517adf6e0d0b9cf63fffd245b5f0cf2cacb4.tar.gz
ports-13fc517adf6e0d0b9cf63fffd245b5f0cf2cacb4.zip
- Add readline as dependency when it was already installed. The program will
be linked against it anyway, not against a system one. - bump PORTREVISION PR: ports/101441 Submitted by: Stanislav Sedov Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=172630
Diffstat (limited to 'mail/nmzmail')
-rw-r--r--mail/nmzmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmzmail/Makefile b/mail/nmzmail/Makefile
index d8a3a815131b..0d311dbe2d10 100644
--- a/mail/nmzmail/Makefile
+++ b/mail/nmzmail/Makefile
@@ -8,6 +8,7 @@
PORTNAME= nmzmail
PORTVERSION= 0.1.3
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.ecademix.com/JohannesHofmann/
@@ -26,7 +27,7 @@ PORTDOCS= README NEWS
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500018
+.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif