From d095d4a96566a3ab095ab2e30430ce93a154f1a7 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Mon, 5 Jan 2009 19:44:02 +0000 Subject: - Remove conditional checks for FreeBSD 5.x and older --- devel/directfb/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'devel/directfb/Makefile') diff --git a/devel/directfb/Makefile b/devel/directfb/Makefile index 9b0d672cce99..ccb0b94018da 100644 --- a/devel/directfb/Makefile +++ b/devel/directfb/Makefile @@ -75,10 +75,6 @@ MAN5= directfbrc.5 BROKEN= Does not compile on alpha .endif -.if ${OSVERSION} < 600000 -BROKEN= 5.x not supported -.endif - post-patch: @${REINPLACE_CMD} -e 's/-lc_r/${PTHREAD_LIBS}/g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure.in -- cgit v1.2.3