summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 08:32:34 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 08:32:34 +0000
commit96f733dd9da61f59232c63fa022af71baf189bed (patch)
treee8a8804cba84597e5e4fa2896f08787d2e41ee72 /emulators
parent- Update to 2.1.17 (diff)
Mark as broken with gcc4.2. While here, remove obsolete cruft.
Notes
Notes: svn path=/head/; revision=200806
Diffstat (limited to 'emulators')
-rw-r--r--emulators/hugo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hugo/Makefile b/emulators/hugo/Makefile
index 1553de5dc4ab..2e2c3554cca6 100644
--- a/emulators/hugo/Makefile
+++ b/emulators/hugo/Makefile
@@ -58,8 +58,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500041
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.if ${ARCH} != "i386"