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 /lang | |
parent | c619e380f160ae62dbe894443af95ffbbb65cc5d (diff) | |
download | ports-30b5dd545d4fdcfdc21942393e8815509097b0fa.tar.gz ports-30b5dd545d4fdcfdc21942393e8815509097b0fa.zip |
Notes
Diffstat (limited to 'lang')
-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}|' \ |