aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-09-06 21:49:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-09-06 21:49:01 +0000
commitdfba7a27e25cec93e49373549d6df9244435ef5d (patch)
treeef35dbb9426b65b17fb2b83e43691ddd2dc07918 /lang
parent986e08ea1443f4f86632ba6ce25f1e2b0ebd53f0 (diff)
downloadports-dfba7a27e25cec93e49373549d6df9244435ef5d.tar.gz
ports-dfba7a27e25cec93e49373549d6df9244435ef5d.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gambas/Makefile5
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}'