diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 21:29:44 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 21:29:44 +0800 |
commit | d4d2933bf2f841515a25698d2eb69c30c838b5f9 (patch) | |
tree | f720df550386442276499c70bf58e313355a1a51 /sysutils/xbatt | |
parent | f4815c3d7afed5b4c90ce4b91afa77f2c297f8df (diff) | |
download | freebsd-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/Makefile | 8 |
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> |