add global sqlite flavour

This commit is contained in:
jakob 2011-03-06 09:36:29 +00:00
parent ac19e988db
commit 277680c7dc
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2010/08/31 06:03:32 jakob Exp $
# $OpenBSD: Makefile,v 1.47 2011/03/06 09:36:29 jakob Exp $
SUBDIR =
SUBDIR += stable
@ -6,6 +6,7 @@ SUBDIR += stable,ldap
SUBDIR += stable,mysql
SUBDIR += stable,pgsql
SUBDIR += stable,sasl2
SUBDIR += stable,sqlite
SUBDIR += snapshot
SUBDIR += snapshot,ldap

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.76 2011/01/07 19:22:06 sthen Exp $
# $OpenBSD: Makefile.inc,v 1.77 2011/03/06 09:36:29 jakob Exp $
COMMENT= fast, secure sendmail replacement
@ -44,7 +44,7 @@ LIB_DEPENDS += devel/pcre
MAKE_CCARGS += -DHAS_PCRE -I${LOCALBASE}/include
MAKE_AUXLIBS += -L${LOCALBASE}/lib -lpcre
FLAVORS += sasl2 ldap mysql pgsql db4
FLAVORS += sasl2 ldap mysql pgsql db4 sqlite
FLAVOR ?=
.if ${FLAVOR:L:Msasl2}

View File

@ -1,9 +1,7 @@
# $OpenBSD: Makefile,v 1.207 2011/01/15 22:37:39 jasper Exp $
# $OpenBSD: Makefile,v 1.208 2011/03/06 09:36:29 jakob Exp $
VERSION= 2.8-20110113
MASTER_SITES= ${MASTER_SITE_POSTFIX:=experimental/}
FLAVORS+= sqlite
.include <bsd.port.mk>