diff options
author | kris <kris@FreeBSD.org> | 2004-07-02 04:01:18 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-07-02 04:01:18 +0800 |
commit | 6c02c8e8392190a1ffcb85fc9113508efdb7fd6d (patch) | |
tree | 9bcb29ecb9cb748d33f40abdaa28b8f20765b66d /devel | |
parent | 88e6f2eecc3fe1089a010cc5443c2a16cd532737 (diff) | |
download | freebsd-ports-graphics-6c02c8e8392190a1ffcb85fc9113508efdb7fd6d.tar.gz freebsd-ports-graphics-6c02c8e8392190a1ffcb85fc9113508efdb7fd6d.tar.zst freebsd-ports-graphics-6c02c8e8392190a1ffcb85fc9113508efdb7fd6d.zip |
BROKEN on 5.x: Does not install with new binutils
Diffstat (limited to 'devel')
-rw-r--r-- | devel/asmutils/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index 2fa99ecaaf3..c950a73b034 100644 --- a/devel/asmutils/Makefile +++ b/devel/asmutils/Makefile @@ -34,6 +34,12 @@ PORTDOCS= Asmutils-HOWTO.html acknowledgements.html endorsements.html \ history.html index.html s-contrib.html s-debug.html \ s-include.html s-layout.html s-optimize.html +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502119 +BROKEN= "Does not install on FreeBSD >= 5.x" +.endif + post-patch: @(${SED} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG > ${WRKDIR}/foo \ && ${MV} ${WRKDIR}/foo ${WRKSRC}/MCONFIG) @@ -62,4 +68,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |