1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Remove a false dependency if pgrep/pkill are included in the base system.

Approved by:	portmgr (mcl).
This commit is contained in:
Thierry Thomas 2004-09-06 21:49:01 +00:00
parent 986e08ea14
commit dfba7a27e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118129

View File

@ -13,7 +13,6 @@ MAINTAINER= thierry@FreeBSD.org
COMMENT= Gambas Almost Means BASic
LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl
RUN_DEPENDS= pgrep:${PORTSDIR}/sysutils/pkill
USE_LIBLTDL= yes
USE_KDELIBS_VER= 3
@ -53,6 +52,10 @@ PLIST_SUB+= SDL="@comment "
BROKEN= "Does not compile with gcc-2.95"
.endif
.if ${OSVERSION} < 502110
RUN_DEPENDS+= pgrep:${PORTSDIR}/sysutils/pkill
.endif
.for lib in ${LIBS2FIX}
NEW${lib:U}!= ${LDCONFIG} -r | ${GREP} ${lib} | ${GREP} -v 'compat/pkg' \
| ${AWK} -F 'lib\/' '{print $$2}'