diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:45:35 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-20 02:45:35 +0000 |
commit | 4aa32c356b5baa72a965d3e524fd4d23988e719f (patch) | |
tree | 6cfdd17057f4036dfa1406dfacb35a19c773ea5e /lang | |
parent | 6a3e177235254af3b117153d77236f9849f00f46 (diff) | |
download | ports-4aa32c356b5baa72a965d3e524fd4d23988e719f.tar.gz ports-4aa32c356b5baa72a965d3e524fd4d23988e719f.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/smarteiffel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile index e5a5cbfb2c30..19698e0d2dfb 100644 --- a/lang/smarteiffel/Makefile +++ b/lang/smarteiffel/Makefile @@ -32,10 +32,6 @@ SUB_FILES= pkg-install pkg-message .include <bsd.port.pre.mk> -.if ${OSVERSION} > 700000 -BROKEN= does not install -.endif - post-patch: @${REINPLACE_CMD} -i '' \ -e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \ |