aboutsummaryrefslogtreecommitdiff
path: root/lang/smarteiffel
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-02 17:10:45 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-02 17:10:45 +0000
commitba65e369563434b458688c90216d3d8e092d5cca (patch)
tree5613e48d16950b45148a4e0d5c47edfea9ce53e1 /lang/smarteiffel
parent7a839ffa81ce17fadd9ad87d002e173c65bcca1e (diff)
downloadports-ba65e369563434b458688c90216d3d8e092d5cca.tar.gz
ports-ba65e369563434b458688c90216d3d8e092d5cca.zip
- Mark BROKEN on 7.x, probably objformat fallout
Notes
Notes: svn path=/head/; revision=194681
Diffstat (limited to 'lang/smarteiffel')
-rw-r--r--lang/smarteiffel/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/smarteiffel/Makefile b/lang/smarteiffel/Makefile
index cbd0e3a3b41c..e5a5cbfb2c30 100644
--- a/lang/smarteiffel/Makefile
+++ b/lang/smarteiffel/Makefile
@@ -30,6 +30,12 @@ PLIST_SUB+= PORTVERSION=${DISTVERSION}
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}|' \
@@ -63,4 +69,4 @@ do-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>