diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:32:34 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 08:32:34 +0000 |
commit | 96f733dd9da61f59232c63fa022af71baf189bed (patch) | |
tree | e8a8804cba84597e5e4fa2896f08787d2e41ee72 /emulators | |
parent | 71bb9fbfbe228e415d2a951000656b47cde20d26 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/hugo/Makefile | 4 |
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" |