summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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