aboutsummaryrefslogtreecommitdiffstats
path: root/mail/nmzmail
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-09-09 19:45:00 +0800
committeritetcu <itetcu@FreeBSD.org>2006-09-09 19:45:00 +0800
commit14dc80448935e88926a34126b269e9ce349b2cce (patch)
tree9a7f8471e86f52c66cda1ac15e7c5e794cb295c9 /mail/nmzmail
parent0e8b5f83ce30e75d730b24f36ff99552423c4ffa (diff)
downloadfreebsd-ports-gnome-14dc80448935e88926a34126b269e9ce349b2cce.tar.gz
freebsd-ports-gnome-14dc80448935e88926a34126b269e9ce349b2cce.tar.zst
freebsd-ports-gnome-14dc80448935e88926a34126b269e9ce349b2cce.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
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