diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:28:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 04:28:06 +0000 |
commit | faff42cf17a4cf1c7d65db833fb08c638a67c2f6 (patch) | |
tree | 92f79b368a341eeb6d3cd8ec45862981defad0de /lang/lush | |
parent | ff18bffd91cc6684a54ff73857a006aebcb95bf9 (diff) |
Notes
Diffstat (limited to 'lang/lush')
-rw-r--r-- | lang/lush/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile index c8357e5a052c..1a93eecc5614 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -28,6 +28,12 @@ CONFIGURE_ARGS= --without-bfd MAN1= lush.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= "Does not build on sparc64" +.endif + post-patch: @${REINPLACE_CMD} -E -e \ 's|opt=.+$$||; \ @@ -42,4 +48,4 @@ post-patch: 's|SDL/SDL|SDL11/SDL|; \ s|"libSDL"|\"libSDL-1.1.so.5\"|' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |