diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-09-09 19:45:00 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-09-09 19:45:00 +0800 |
commit | 14dc80448935e88926a34126b269e9ce349b2cce (patch) | |
tree | 9a7f8471e86f52c66cda1ac15e7c5e794cb295c9 /mail/nmzmail | |
parent | 0e8b5f83ce30e75d730b24f36ff99552423c4ffa (diff) | |
download | freebsd-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/Makefile | 3 |
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 |