summaryrefslogtreecommitdiff
path: root/emulators/uae
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/uae
parentRemove always-false/true conditions based on OSVERSION 500000 (diff)
Remove always-false/true conditions based on OSVERSION 500000
Notes
Notes: svn path=/head/; revision=200771
Diffstat (limited to 'emulators/uae')
-rw-r--r--emulators/uae/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile
index 948736d4cd72..fbc5af67c964 100644
--- a/emulators/uae/Makefile
+++ b/emulators/uae/Makefile
@@ -59,10 +59,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/amiga/devs/AHI/uae.audio ${DATADIR}/amiga/devs/AHI/
${INSTALL_DATA} ${WRKSRC}/amiga/devs/AudioModes/UAE ${DATADIR}/amiga/devs/AudioModes/
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Doesn't build on FreeBSD < 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>