aboutsummaryrefslogtreecommitdiffstats
path: root/security/osiris
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-07 11:19:32 +0800
committerrafan <rafan@FreeBSD.org>2006-08-07 11:19:32 +0800
commitc3075499dede48cefec5e290d644b2dc7aead992 (patch)
tree1963a5fdb3862dea2db40748d68c5d9d780970ba /security/osiris
parent257be415a76851851958ec8b8c5cfaae485cf2ee (diff)
downloadfreebsd-ports-gnome-c3075499dede48cefec5e290d644b2dc7aead992.tar.gz
freebsd-ports-gnome-c3075499dede48cefec5e290d644b2dc7aead992.tar.zst
freebsd-ports-gnome-c3075499dede48cefec5e290d644b2dc7aead992.zip
- Add readline as dependency when it was already installed. The program
will be linked against it anyway, not against a system one. PR: ports/101439 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: David Thiel <lx at redundancy.redundancy.org> (maintainer)
Diffstat (limited to 'security/osiris')
-rw-r--r--security/osiris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile
index 6409802f92e9..74da6787f386 100644
--- a/security/osiris/Makefile
+++ b/security/osiris/Makefile
@@ -25,7 +25,7 @@ USE_RC_SUBR= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
+.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline
.endif
7d3bd00'>- Update to 1.11.2miwi2008-09-052-4/+4 * - Update to 1.11.1miwi2008-08-062-4/+4 * - Update to 1.11.0miwi2008-06-192-4/+4 * - Update to 1.10.1miwi2008-05-062-4/+9 * - Update to 1.10.0tabthorpe2008-02-192-5/+5 * - Update to 1.9.16tabthorpe2008-01-242-5/+4 * - Update to 1.9.14tabthorpe2008-01-022-4/+4 * - Update to 1.9.13tabthorpe2007-12-152-15/+12 * - change maintainer address on ports I maintaintabthorpe2007-08-231-1/+1 * - Unbreak (with all of its dependencies)sat2007-06-131-1/+2 * - Update to 1.9.11miwi2007-06-112-16/+19 * Use the new facility of bsd.port.mk to be able to simplify the interactionlinimon2007-03-061-10/+3 * - Fix dependency for php5-sqliterafan2007-02-121-1/+1 * - Update to 1.9.10rafan2007-02-072-6/+8 * - Update to 1.9.9miwi2006-10-312-4/+4 * - reformat pkg-descrclsung2006-10-042-5/+3 * Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1 * - Update to 1.9.8clsung2006-09-192-7/+12 * - Update to 1.9.3pav2006-01-122-7/+8 * Remove pear ports obsolated by devel/pear and switchale2005-12-10