diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-04-19 03:53:57 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-04-19 03:53:57 +0800 |
commit | 28f944ed9a17c098001c1c2465d48be21c19415c (patch) | |
tree | 64c8a0a4070b1f0478345617c26710c2db037946 /sysutils | |
parent | 7414cabfbe445b29f2b8971691b433c22688cd89 (diff) | |
download | freebsd-ports-gnome-28f944ed9a17c098001c1c2465d48be21c19415c.tar.gz freebsd-ports-gnome-28f944ed9a17c098001c1c2465d48be21c19415c.tar.zst freebsd-ports-gnome-28f944ed9a17c098001c1c2465d48be21c19415c.zip |
Remove 4.x support.
PR: ports/111769
Submitted by: Marcelo Araujo (araujo@bsdmail.org)
Approved by: maintainer
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> |