diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-06 18:49:44 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-06 18:49:44 +0800 |
commit | 104f7a35277c5f3fbe23a44154d9210b6f012052 (patch) | |
tree | 39e0a8d073fc87b1314df274f8505c65fd8be841 /deskutils | |
parent | 6fd7cea81ce9138860c79c6b96ce948f1936d3f3 (diff) | |
download | freebsd-ports-gnome-104f7a35277c5f3fbe23a44154d9210b6f012052.tar.gz freebsd-ports-gnome-104f7a35277c5f3fbe23a44154d9210b6f012052.tar.zst freebsd-ports-gnome-104f7a35277c5f3fbe23a44154d9210b6f012052.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/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 |