summaryrefslogtreecommitdiff
path: root/editors/lpe
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-01-17 10:07:35 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-01-17 10:07:35 +0000
commitf6bfeb0a889fbf85e65987a2797593bfb0d68053 (patch)
treec2032c9ffe579d52672e49f7b28f76a15f26a4b5 /editors/lpe
parent^# New ports collection ... line (diff)
Mark as BROKEN on sparc64
PR: ports/76326 Submitted by: maintainer Noticed by: kris/pointyhat
Notes
Notes: svn path=/head/; revision=126636
Diffstat (limited to 'editors/lpe')
-rw-r--r--editors/lpe/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile
index 05a799f2c0c8..61dff34fa955 100644
--- a/editors/lpe/Makefile
+++ b/editors/lpe/Makefile
@@ -29,4 +29,10 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include
MAN1= lpe.1
MANLANG= "" bg cs de es fr pl ru
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ( ${ARCH} == "sparc64" )
+BROKEN= "Does not compile on sparc64 (dynamic lib issues)"
+.endif
+
+.include <bsd.port.post.mk>