diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:50:28 +0000 |
commit | 3e2fd4b788942461b3fbd53d7edac9a1abc3488e (patch) | |
tree | 50f793f00a7cb711970c62063687af6cd8625387 /emulators/gngeo | |
parent | ec7c5b0142aeb3539337db2d501d7b5ecf5e7284 (diff) | |
download | ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.tar.gz ports-3e2fd4b788942461b3fbd53d7edac9a1abc3488e.zip |
Notes
Diffstat (limited to 'emulators/gngeo')
-rw-r--r-- | emulators/gngeo/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/gngeo/Makefile b/emulators/gngeo/Makefile index b4ceb9309a34..2852e9819a0c 100644 --- a/emulators/gngeo/Makefile +++ b/emulators/gngeo/Makefile @@ -39,10 +39,6 @@ MAN1= gngeo.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src__emu.h -.endif - .if !defined(WITHOUT_I386ASM) || !defined(WITHOUT_RAZE) || \ !defined(WITHOUT_STAR) BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm |