diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:50:28 +0800 |
commit | 9eca9d9c3be542fb7d2775295de32351162caa11 (patch) | |
tree | 8ea5523580a991921ed044fb2bb0b5823486f85c /emulators/snes9express/Makefile | |
parent | 08401ab584679ba575474618aea9ae870cf34d1a (diff) | |
download | freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.gz freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.tar.zst freebsd-ports-gnome-9eca9d9c3be542fb7d2775295de32351162caa11.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'emulators/snes9express/Makefile')
-rw-r--r-- | emulators/snes9express/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile index 0f91d824db9d..a877b5f22546 100644 --- a/emulators/snes9express/Makefile +++ b/emulators/snes9express/Makefile @@ -23,12 +23,6 @@ USE_XLIB= yes GNU_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not compile on FreeBSD 4.x" -.endif - post-configure: @${REINPLACE_CMD} -e 's|lstat$$U.o||' ${WRKSRC}/Makefile @@ -44,4 +38,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |