diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-20 15:12:29 +0000 |
commit | 053520453dc374b6c02b15ad78efd7e0e52867f6 (patch) | |
tree | 9715c5e142788fa00b976d2c5a75b984e005be15 /sysutils/wmbsdbatt | |
parent | 353346c8f2676860eb119c92298802aa94479b3a (diff) | |
download | ports-053520453dc374b6c02b15ad78efd7e0e52867f6.tar.gz ports-053520453dc374b6c02b15ad78efd7e0e52867f6.zip |
Notes
Diffstat (limited to 'sysutils/wmbsdbatt')
-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> |