diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 12:09:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 12:09:48 +0800 |
commit | e333aa6d280536046fa2038fa60f302d2f150241 (patch) | |
tree | 806bc5a81a3f070f4425fb0e920c49c3f59af829 /devel | |
parent | 14d131b39ac32572df544fca8e07323e93452cca (diff) | |
download | freebsd-ports-gnome-e333aa6d280536046fa2038fa60f302d2f150241.tar.gz freebsd-ports-gnome-e333aa6d280536046fa2038fa60f302d2f150241.tar.zst freebsd-ports-gnome-e333aa6d280536046fa2038fa60f302d2f150241.zip |
BROKEN on 5.x: Install fails
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 f24367a55b30..099917d53942 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} >= 503000 +BROKEN= "Install fails on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG @${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile @@ -67,4 +73,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |