summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:08:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-05-25 21:08:19 +0000
commit852df8d980dcf50b5b890e6563ffa1603112490a (patch)
treeee75973c12fa36ac688858503e342fbd007877c0 /databases
parent- Mark BROKEN on 6.X: does not compile (diff)
- Mark BROKEN on 6.X: does not configure
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=255082
Diffstat (limited to 'databases')
-rw-r--r--databases/php5-rrdtool/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/php5-rrdtool/Makefile b/databases/php5-rrdtool/Makefile
index 85eee80a1b6c..210f35bb9251 100644
--- a/databases/php5-rrdtool/Makefile
+++ b/databases/php5-rrdtool/Makefile
@@ -26,4 +26,10 @@ USE_PHP= yes
DEFAULT_PHP_VER=5
USE_PHPEXT= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.X
+.endif
+
+.include <bsd.port.post.mk>