summaryrefslogtreecommitdiff
path: root/java/gjdoc
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-05-21 21:33:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-05-21 21:33:14 +0000
commit9c3564b2915fc442bb5a4887640770f6485a2149 (patch)
tree6659543571037d69578d68c67e1a87c3427aa447 /java/gjdoc
parentThis is meant to be a very conservative branch of the Quake source code. I (diff)
BROKEN on !i386: Broken dependency
Notes
Notes: svn path=/head/; revision=162993
Diffstat (limited to 'java/gjdoc')
-rw-r--r--java/gjdoc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/java/gjdoc/Makefile b/java/gjdoc/Makefile
index 839c03a1b502..b977677c5f90 100644
--- a/java/gjdoc/Makefile
+++ b/java/gjdoc/Makefile
@@ -35,6 +35,12 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
MAN1= gjdoc.1
INFO= gjdoc
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} != "i386"
+BROKEN= Broken dependency
+.endif
+
post-extract:
@${CP} ${DISTDIR}/${ANTLR}.jar ${WRKSRC}
@${MKDIR} ${WRKDIR}/bin
@@ -42,4 +48,4 @@ post-extract:
@${LN} -s ${LOCALBASE}/bin/gij41 ${WRKDIR}/bin/gij
@${LN} -s ${LOCALBASE}/bin/fastjar41 ${WRKDIR}/bin/fastjar
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>