diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-04 16:32:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-04 16:32:34 +0800 |
commit | 27cb184932f44053459762f87f3420b5d7f3142f (patch) | |
tree | 9314c163a581f52099c75c89e51a617383708f76 /emulators/hugo | |
parent | 7adafcb5c0599a0cd0be5c281ad6b3e89cb28382 (diff) | |
download | freebsd-ports-gnome-27cb184932f44053459762f87f3420b5d7f3142f.tar.gz freebsd-ports-gnome-27cb184932f44053459762f87f3420b5d7f3142f.tar.zst freebsd-ports-gnome-27cb184932f44053459762f87f3420b5d7f3142f.zip |
Mark as broken with gcc4.2. While here, remove obsolete cruft.
Diffstat (limited to 'emulators/hugo')
-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" |