openbsd-ports/databases/db/Makefile
espie d1d1f414d4 belt and suspenders, best of both worlds.
bulk-builds will first try to build stuff with the java pseudo-flavor.
If that fails (because java is currently broken, or because it's not
supported on that arch), then it will build through the second line.

If the packages already exist, the infrastructure will notice, and the
second build line will do nothing.

consensus reached after discussion with nikolay, kurt, pval...
2006-11-07 19:37:57 +00:00

8 lines
148 B
Makefile

# $OpenBSD: Makefile,v 1.35 2006/11/07 19:37:57 espie Exp $
SUBDIR+= v3
SUBDIR+= v4,java
SUBDIR+= v4
.include <bsd.port.subdir.mk>