aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xbatt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-04 21:29:44 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-04 21:29:44 +0800
commitd4d2933bf2f841515a25698d2eb69c30c838b5f9 (patch)
treef720df550386442276499c70bf58e313355a1a51 /sysutils/xbatt
parentf4815c3d7afed5b4c90ce4b91afa77f2c297f8df (diff)
downloadfreebsd-ports-graphics-d4d2933bf2f841515a25698d2eb69c30c838b5f9.tar.gz
freebsd-ports-graphics-d4d2933bf2f841515a25698d2eb69c30c838b5f9.tar.zst
freebsd-ports-graphics-d4d2933bf2f841515a25698d2eb69c30c838b5f9.zip
- Mark IGNORE on 8.x ('APMIO_GETINFO' undeclared) - 8.x doesn't seem to have required apm support
MFH: 2015Q2
Diffstat (limited to 'sysutils/xbatt')
-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>