- 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)
This commit is contained in:
parent
59f23b0b5f
commit
27155d0b32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169819
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue