diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:24:54 +0000 |
commit | e74f1f2ba2a728af887a83b377b13746054b76e5 (patch) | |
tree | 9e8d0df9fa6e67d5a64401e5b706db886bfc98aa /deskutils/pal | |
parent | 9f89962a6d493602e7eca1e2fdbf365561f1e99f (diff) |
Notes
Diffstat (limited to 'deskutils/pal')
-rw-r--r-- | deskutils/pal/Makefile | 2 |
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 |