diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 03:25:29 +0000 |
commit | 9b44799b8a59481f1cc745e8df5837fd080b47f1 (patch) | |
tree | 48f657965e277871a2c43ebc5037b0f88b449fc2 /devel/cscout | |
parent | 2167bc17cac48f780a5c921ef63683842f19c215 (diff) | |
download | ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.tar.gz ports-9b44799b8a59481f1cc745e8df5837fd080b47f1.zip |
- Get rid FreeBSD 6.x support
Notes
Notes:
svn path=/head/; revision=285199
Diffstat (limited to 'devel/cscout')
-rw-r--r-- | devel/cscout/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 <bsd.port.pre.mk> - -.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 <bsd.port.post.mk> +.include <bsd.port.mk> |