diff options
author | jim <jim@FreeBSD.org> | 2000-02-26 06:35:14 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 2000-02-26 06:35:14 +0800 |
commit | 463ebfd2070a1f8d6ce1da9933d36e3dc170bbc8 (patch) | |
tree | 61b4e14aca78af4c59f3a68e9d7c85e57d196b8a | |
parent | 29a016d36ade1bb91b35fbc9a0a5e7eb3eb064f8 (diff) | |
download | freebsd-ports-gnome-463ebfd2070a1f8d6ce1da9933d36e3dc170bbc8.tar.gz freebsd-ports-gnome-463ebfd2070a1f8d6ce1da9933d36e3dc170bbc8.tar.zst freebsd-ports-gnome-463ebfd2070a1f8d6ce1da9933d36e3dc170bbc8.zip |
Remove BROKEN for -STABLE since this works now.
Submitted by: maintainer
-rw-r--r-- | games/krogue/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/games/krogue/Makefile b/games/krogue/Makefile index 7936d4084bd4..331c7fcbc052 100644 --- a/games/krogue/Makefile +++ b/games/krogue/Makefile @@ -21,10 +21,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_ENV= SHELL=${SH} PREFIX=${PREFIX} MAKE=${GMAKE} PCFLAGS="${CFLAGS}" -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400004 -BROKEN= "obsolete compiler" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |