diff options
author | vs <vs@FreeBSD.org> | 2007-01-29 15:09:54 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2007-01-29 15:09:54 +0800 |
commit | aad985cc799e75b8ea81fbb05c9e13a97ac222a4 (patch) | |
tree | 5887af626073a9a6c9a0b02c0c8dde614e6aba0f /lang | |
parent | 413613601e137fac33ae7bd26a9f991d584ca732 (diff) | |
download | freebsd-ports-gnome-aad985cc799e75b8ea81fbb05c9e13a97ac222a4.tar.gz freebsd-ports-gnome-aad985cc799e75b8ea81fbb05c9e13a97ac222a4.tar.zst freebsd-ports-gnome-aad985cc799e75b8ea81fbb05c9e13a97ac222a4.zip |
Builds fine on 4.x since last update.
Noted by: Chris Pressey
Diffstat (limited to 'lang')
-rw-r--r-- | lang/hugs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |