From 3676ac694f7491218e49082853a009cd44db1f1b Mon Sep 17 00:00:00 2001 From: miwi Date: Mon, 7 Nov 2011 03:25:29 +0000 Subject: - Get rid FreeBSD 6.x support --- devel/cscout/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'devel/cscout') diff --git a/devel/cscout/Makefile b/devel/cscout/Makefile index ecff22b0adbf..f9b105cf9866 100644 --- a/devel/cscout/Makefile +++ b/devel/cscout/Makefile @@ -24,12 +24,6 @@ USE_PERL5_RUN= yes MAN1= cscout.1 cswc.1 -.include - -.if ${OSVERSION} >= 700000 -LIB_DEPENDS+= c.6:${PORTSDIR}/misc/compat6x -.endif - post-patch: .if exists(/usr/include/g++/) ${REINPLACE_CMD} -i "" -e 's:g++-3:g++:g' \ @@ -67,4 +61,4 @@ do-install: .endfor .endif -.include +.include -- cgit