aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2007-01-29 15:09:54 +0800
committervs <vs@FreeBSD.org>2007-01-29 15:09:54 +0800
commitaad985cc799e75b8ea81fbb05c9e13a97ac222a4 (patch)
tree5887af626073a9a6c9a0b02c0c8dde614e6aba0f /lang
parent413613601e137fac33ae7bd26a9f991d584ca732 (diff)
downloadfreebsd-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/Makefile4
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