aboutsummaryrefslogtreecommitdiff
path: root/emulators/snes9express
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:50:28 +0000
commit3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch)
tree50f793f00a7cb711970c62063687af6cd8625387 /emulators/snes9express
parentec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff)
downloadports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz
ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to 'emulators/snes9express')
-rw-r--r--emulators/snes9express/Makefile8
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>