diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-07 11:25:29 +0800 |
commit | 3676ac694f7491218e49082853a009cd44db1f1b (patch) | |
tree | 569de3176a3de358d101f0313b5ae1590eacf010 /devel/cscout/Makefile | |
parent | 8fd73c983181a65f1c58e415c3c6a79310cf3d9b (diff) | |
download | freebsd-ports-graphics-3676ac694f7491218e49082853a009cd44db1f1b.tar.gz freebsd-ports-graphics-3676ac694f7491218e49082853a009cd44db1f1b.tar.zst freebsd-ports-graphics-3676ac694f7491218e49082853a009cd44db1f1b.zip |
- Get rid FreeBSD 6.x support
Diffstat (limited to 'devel/cscout/Makefile')
-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 ecff22b0adb..f9b105cf986 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> |