aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/pal
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 08:24:54 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 08:24:54 +0800
commitab5645fbd297bdc50871bb1ce38ca93beddae3c4 (patch)
treed16df9a69a4fb5843308ff8d6a3da8b903cb2d79 /deskutils/pal
parentee30f9ec2012ee5203ce83ed81f789c62a2279f2 (diff)
downloadfreebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.gz
freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.zst
freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'deskutils/pal')
-rw-r--r--deskutils/pal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/pal/Makefile b/deskutils/pal/Makefile
index 19f126c9563f..a22a94cc22db 100644
--- a/deskutils/pal/Makefile
+++ b/deskutils/pal/Makefile
@@ -25,7 +25,7 @@ MAN1= pal.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
LIB_DEPENDS= readline.5:${PORTSDIR}/devel/readline
.endif