aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-05-21 17:49:09 +0000
commit0e5b0c30b43047c92d13d67462c48ab98ef821d3 (patch)
tree1fe9e2b0f94eb9fd388eeb93d3fae1aeb338887d /emulators
parent674cb8b748e3393d4227b02d57eeeb5679e9324f (diff)
downloadports-0e5b0c30b43047c92d13d67462c48ab98ef821d3.tar.gz
ports-0e5b0c30b43047c92d13d67462c48ab98ef821d3.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/snes9express/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/snes9express/Makefile b/emulators/snes9express/Makefile
index a5af55dd09b0..7cfb3ca4d119 100644
--- a/emulators/snes9express/Makefile
+++ b/emulators/snes9express/Makefile
@@ -24,6 +24,12 @@ 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
@@ -39,4 +45,4 @@ do-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>