aboutsummaryrefslogtreecommitdiff
path: root/lang/lush
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-04-12 04:28:06 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-04-12 04:28:06 +0000
commitfaff42cf17a4cf1c7d65db833fb08c638a67c2f6 (patch)
tree92f79b368a341eeb6d3cd8ec45862981defad0de /lang/lush
parentff18bffd91cc6684a54ff73857a006aebcb95bf9 (diff)
downloadports-faff42cf17a4cf1c7d65db833fb08c638a67c2f6.tar.gz
ports-faff42cf17a4cf1c7d65db833fb08c638a67c2f6.zip
Notes
Diffstat (limited to 'lang/lush')
-rw-r--r--lang/lush/Makefile8
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>