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 /databases/php5-rrdtool | |
parent | 8fd73c983181a65f1c58e415c3c6a79310cf3d9b (diff) | |
download | freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.gz freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.tar.zst freebsd-ports-gnome-3676ac694f7491218e49082853a009cd44db1f1b.zip |
- Get rid FreeBSD 6.x support
Diffstat (limited to 'databases/php5-rrdtool')
-rw-r--r-- | databases/php5-rrdtool/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/php5-rrdtool/Makefile b/databases/php5-rrdtool/Makefile index 210f35bb9251..85eee80a1b6c 100644 --- a/databases/php5-rrdtool/Makefile +++ b/databases/php5-rrdtool/Makefile @@ -26,10 +26,4 @@ USE_PHP= yes DEFAULT_PHP_VER=5 USE_PHPEXT= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -BROKEN= does not configure on 6.X -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |