diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-22 22:12:30 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-22 22:12:30 +0000 |
| commit | 30b5dd545d4fdcfdc21942393e8815509097b0fa (patch) | |
| tree | 09e2f1acae7a289cf286c2ef24e3edb21c38fb8f | |
| parent | Fix build on RELENG_6 and earlier. (diff) | |
- Mark BROKEN on 7.0 again: bad plist
Reported by: pointyhat
Approved by: portmgr (hat)
| -rw-r--r-- | lang/smarteiffel/Makefile | 4 |
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}|' \ |
