diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-06 10:49:44 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-06 10:49:44 +0000 |
commit | 27155d0b320d7c5b1733838d1d0ce58f0fb7841b (patch) | |
tree | 7634578e2b7db874fafec2bb61d11c9267eaa27e /deskutils/pal/Makefile | |
parent | 59f23b0b5f2eaaa70cbaf822768ec17829133bd9 (diff) | |
download | ports-27155d0b320d7c5b1733838d1d0ce58f0fb7841b.tar.gz ports-27155d0b320d7c5b1733838d1d0ce58f0fb7841b.zip |
Notes
Diffstat (limited to 'deskutils/pal/Makefile')
-rw-r--r-- | deskutils/pal/Makefile | 4 |
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 |