aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smarteiffel
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-23 06:12:30 +0800
committerpav <pav@FreeBSD.org>2007-11-23 06:12:30 +0800
commit8ec6dddf5816fa8e2c2bb31213b3eee4be7e160f (patch)
treecf845c4c57f62a154bb17f14d718e0fa07f0b3e4 /lang/smarteiffel
parent74739cf88e93a5738d75ef90dffa5c15be1e91e6 (diff)
downloadfreebsd-ports-gnome-8ec6dddf5816fa8e2c2bb31213b3eee4be7e160f.tar.gz
freebsd-ports-gnome-8ec6dddf5816fa8e2c2bb31213b3eee4be7e160f.tar.zst
freebsd-ports-gnome-8ec6dddf5816fa8e2c2bb31213b3eee4be7e160f.zip
- Mark BROKEN on 7.0 again: bad plist
Reported by: pointyhat Approved by: portmgr (hat)
Diffstat (limited to 'lang/smarteiffel')
-rw-r--r--lang/smarteiffel/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile
index 19698e0d2dfb..1f24efbb70c4 100644
--- a/lang/smarteiffel/Makefile
+++ b/lang/smarteiffel/Makefile
@@ -32,6 +32,10 @@ SUB_FILES= pkg-install pkg-message
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 700000
+BROKEN= bad plist
+.endif
+
post-patch:
@${REINPLACE_CMD} -i '' \
-e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \