diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 9b5a034c088c..47b3d0fa31e8 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -31,10 +31,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pthreads \ --mandir=${PREFIX}/man -.if (${OSVERSION} < 500000) -BROKEN= missing data type declarations -.endif - .if ${ARCH} == "ia64" BROKEN= dumps core during build on ${ARCH} .endif