diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-06 21:49:01 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-09-06 21:49:01 +0000 |
commit | dfba7a27e25cec93e49373549d6df9244435ef5d (patch) | |
tree | ef35dbb9426b65b17fb2b83e43691ddd2dc07918 /lang/gambas | |
parent | 986e08ea1443f4f86632ba6ce25f1e2b0ebd53f0 (diff) | |
download | ports-dfba7a27e25cec93e49373549d6df9244435ef5d.tar.gz ports-dfba7a27e25cec93e49373549d6df9244435ef5d.zip |
Remove a false dependency if pgrep/pkill are included in the base system.
Approved by: portmgr (mcl).
Notes
Notes:
svn path=/head/; revision=118129
Diffstat (limited to 'lang/gambas')
-rw-r--r-- | lang/gambas/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index fa3342719097..1c16ece8e60c 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -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}' |