diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-20 23:12:29 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-20 23:12:29 +0800 |
commit | 2adff1161014b9fe137a727c7e7ea3b367d6c12c (patch) | |
tree | 31bc5c26acbfe3f8f199aeb48b91ee332e7a2ed7 /sysutils/wmbsdbatt/Makefile | |
parent | 52546f8032fa509b562905491ab39a7e63475ef1 (diff) | |
download | freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.tar.gz freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.tar.zst freebsd-ports-gnome-2adff1161014b9fe137a727c7e7ea3b367d6c12c.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter r-s
Diffstat (limited to 'sysutils/wmbsdbatt/Makefile')
-rw-r--r-- | sysutils/wmbsdbatt/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/wmbsdbatt/Makefile b/sysutils/wmbsdbatt/Makefile index 188673166177..638bc54c6303 100644 --- a/sysutils/wmbsdbatt/Makefile +++ b/sysutils/wmbsdbatt/Makefile @@ -20,10 +20,4 @@ PLIST_FILES= bin/wmbsdbatt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wmbsdbatt ${PREFIX}/bin -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |