summaryrefslogtreecommitdiff
path: root/editors/ved
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 05:20:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 05:20:31 +0000
commit3626875d4fe76865d0c0522e65dfe10ae1a594d7 (patch)
tree300546c3a9c3b497e70f4279fa2da639c5a1fe18 /editors/ved
parentBROKEN on !i386 and !sparc64: Does not compile (diff)
BROKEN on !i386 and !amd64: Does not compile
Notes
Notes: svn path=/head/; revision=101825
Diffstat (limited to 'editors/ved')
-rw-r--r--editors/ved/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/ved/Makefile b/editors/ved/Makefile
index c4326387b469..915be9235088 100644
--- a/editors/ved/Makefile
+++ b/editors/ved/Makefile
@@ -21,6 +21,10 @@ MAN1= ved.1
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386" && ${ARCH} != "amd64"
+BROKEN= "Does not compile on !i386 and !amd64"
+.endif
+
post-patch:
.for file in ved.h ved.1
${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/ved/${file}