aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-06 18:49:44 +0800
committerRong-En Fan <rafan@FreeBSD.org>2006-08-06 18:49:44 +0800
commit27155d0b320d7c5b1733838d1d0ce58f0fb7841b (patch)
tree7634578e2b7db874fafec2bb61d11c9267eaa27e /deskutils
parent59f23b0b5f2eaaa70cbaf822768ec17829133bd9 (diff)
downloadfreebsd-ports-gnome-27155d0b320d7c5b1733838d1d0ce58f0fb7841b.tar.gz
freebsd-ports-gnome-27155d0b320d7c5b1733838d1d0ce58f0fb7841b.tar.zst
freebsd-ports-gnome-27155d0b320d7c5b1733838d1d0ce58f0fb7841b.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/101440 Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru> Approved by: Herbert J. Skuhra <h.skuhra at gmail.com> (maintainer)
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/pal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/pal/Makefile b/deskutils/pal/Makefile
index ac86dd58ce1b..19f126c9563f 100644
--- a/deskutils/pal/Makefile
+++ b/deskutils/pal/Makefile
@@ -6,7 +6,7 @@
PORTNAME= pal
PORTVERSION= 0.3.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= palcal
@@ -25,7 +25,7 @@ MAN1= pal.1
.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