aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:27:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:27:49 +0000
commit5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a (patch)
treeba221baa2f2efa03ed4d51be89adea8a3a1d56a8 /graphics/tulip
parenta68ae9cfb56849951561b885a9d4fe886bfdc75c (diff)
downloadports-5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a.tar.gz
ports-5386c4229e9d6e670b0703a95ec0d1d2a8f4f90a.zip
Notes
Diffstat (limited to 'graphics/tulip')
-rw-r--r--graphics/tulip/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile
index 666ded55f684..407f91f86cda 100644
--- a/graphics/tulip/Makefile
+++ b/graphics/tulip/Makefile
@@ -48,6 +48,10 @@ LDFLAGS= -Wl,-export-dynamic -L${LOCALBASE}/lib -L${X11BASE}/lib \
CFLAGS+= -fPIC
.endif
+.if ${OSVERSION} >= 700029
+BROKEN= Does not compile
+.endif
+
post-extract:
@${FIND} ${WRKSRC} -name "moc_*" -delete