diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-05 20:36:33 +0000 |
commit | 41d8c3385c21ae51629c8997035eae8a9423ff6c (patch) | |
tree | 246d960cb714ce0095c452017819f6b1c64a7dfb /lang/gambas | |
parent | 5e3b0872db18497aacc353b3ef94ad8dac11183f (diff) |
- Remove conditional checks for FreeBSD 5.x and older
Notes
Notes:
svn path=/head/; revision=225297
Diffstat (limited to 'lang/gambas')
-rw-r--r-- | lang/gambas/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index 73cb6a3e79b2..845ca8c6c2a5 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -85,10 +85,6 @@ PLIST_SUB+= XML="@comment " BROKEN= Segfault during build on ${ARCH} .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}' |