From b448c924112a2914f0569c0bcec9690b9fa159cd Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 4 Oct 2007 06:21:46 +0000 Subject: Remove always-false/true conditions based on OSVERSION 500000 --- textproc/nltk/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'textproc/nltk') diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 0fe692b8beab..4c30ee245ceb 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -19,16 +19,10 @@ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes -.include - -.if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= Coredump during build on alpha 4.x -.endif - post-install: @${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} @${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.include +.include -- cgit v1.2.3