diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:53:57 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-18 19:53:57 +0000 |
commit | 04c5424b25c6d6bf65abd90be80cee1c6b12d594 (patch) | |
tree | 08e5177549d2a8bd4f2968f496712965bed69222 /sysutils | |
parent | b410dfced4cc1c058d8dae2365369ddd30067988 (diff) | |
download | ports-04c5424b25c6d6bf65abd90be80cee1c6b12d594.tar.gz ports-04c5424b25c6d6bf65abd90be80cee1c6b12d594.zip |
Remove 4.x support.
PR: ports/111769
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=190296
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/endian/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/endian/Makefile b/sysutils/endian/Makefile index 0100e548f0b1..e8b79914cb93 100644 --- a/sysutils/endian/Makefile +++ b/sysutils/endian/Makefile @@ -18,10 +18,4 @@ MAN1= endian.1 PLIST_FILES= bin/endian -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |