diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-04 02:50:11 +0800 |
commit | 244255735c1db488337a4de5d51b71b9b716f998 (patch) | |
tree | 166d037ddeeb70fd3eb8ee196b1d04ed83471b91 /sysutils/xbatt | |
parent | 3fc708a519b58b1b159348f462648b9dfc55a9d6 (diff) | |
download | freebsd-ports-graphics-244255735c1db488337a4de5d51b71b9b716f998.tar.gz freebsd-ports-graphics-244255735c1db488337a4de5d51b71b9b716f998.tar.zst freebsd-ports-graphics-244255735c1db488337a4de5d51b71b9b716f998.zip |
- Drop 8.x support
Diffstat (limited to 'sysutils/xbatt')
-rw-r--r-- | sysutils/xbatt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/xbatt/Makefile b/sysutils/xbatt/Makefile index b7a8d233235..4ae2e00728f 100644 --- a/sysutils/xbatt/Makefile +++ b/sysutils/xbatt/Makefile @@ -16,10 +16,4 @@ USES= imake:noman USE_XORG= xpm xaw PLIST_FILES= "@(,operator,2755) bin/xbatt" -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 && ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -IGNORE= doesn't support FreeBSD 8.x amd64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |