insist on java for bulk-builds on i386, and for description.

Avoid re-building the same packages twice on i386...
This commit is contained in:
espie 2006-11-04 12:44:26 +00:00
parent 3cdb497a56
commit 994976aa28

View File

@ -1,6 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2003/12/08 17:39:16 sturm Exp $
# $OpenBSD: Makefile,v 1.34 2006/11/04 12:44:26 espie Exp $
SUBDIR+= v3
.if ${MACHINE_ARCH} == "i386" || make(describe)
SUBDIR+= v4,java
.else
SUBDIR+= v4
.endif
.include <bsd.port.subdir.mk>