diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 01:10:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 01:10:45 +0800 |
commit | 0c9991bb4f718f42b1bbb190efbcac04483389a3 (patch) | |
tree | 03c6b46bb3474dba2d45a05e3631de1ee2531062 /lang/smarteiffel | |
parent | 3ac30b569f155843b7b25e2c5c7689c3779f5086 (diff) | |
download | freebsd-ports-gnome-0c9991bb4f718f42b1bbb190efbcac04483389a3.tar.gz freebsd-ports-gnome-0c9991bb4f718f42b1bbb190efbcac04483389a3.tar.zst freebsd-ports-gnome-0c9991bb4f718f42b1bbb190efbcac04483389a3.zip |
- Mark BROKEN on 7.x, probably objformat fallout
Diffstat (limited to 'lang/smarteiffel')
-rw-r--r-- | lang/smarteiffel/Makefile | 8 |
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> |