diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-05-12 19:28:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-05-12 19:28:17 +0800 |
commit | 8e65539a1529b2047b2d27802d8f60a1b7abeb15 (patch) | |
tree | 531604e4bbb6839c64352e26e5b58507e46db43b /security/osiris | |
parent | 7ec2264a596c728ea5f8d50d9caf5aeae9c57e38 (diff) | |
download | freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.gz freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.tar.zst freebsd-ports-gnome-8e65539a1529b2047b2d27802d8f60a1b7abeb15.zip |
Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently from
5 to 6.
Forgotten by: araujo@
Reported by: QAT
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index 094a72cc4f21..a0a8f37be639 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -7,6 +7,7 @@ PORTNAME= osiris PORTVERSION= 4.2.3 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://osiris.shmoo.com/data/ \ http://redundancy.redundancy.org/mirror/ @@ -24,8 +25,8 @@ USE_RC_SUBR= yes .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.if exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif .if defined(WITH_OSIRISMD) |