aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbatt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xbatt/Makefile')
-rw-r--r--sysutils/xbatt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile
index 4ae2e00728f..15941c3b037 100644
--- a/sysutils/xbatt/Makefile
+++ b/sysutils/xbatt/Makefile
@@ -16,4 +16,10 @@ USES= imake:noman
USE_XORG= xpm xaw
PLIST_FILES= "@(,operator,2755) bin/xbatt"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
+IGNORE= doesn't support FreeBSD 8.x
+.endif
+
+.include <bsd.port.post.mk>