summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorschnoebe <schnoebe>2010-07-06 00:01:35 +0000
committerschnoebe <schnoebe>2010-07-06 00:01:35 +0000
commit335dc3fd0b70eeb661662c46e0dd86d8a4d20bf4 (patch)
treef8cde05e6440f03911d590f0d9a82e220e465b00 /chat
parente835f2d14dd0d6de0d9a21c92e8f69969e44acf6 (diff)
downloadpkgsrc-335dc3fd0b70eeb661662c46e0dd86d8a4d20bf4.tar.gz
Move BDB_ACCEPTED within the {storage,auth}-db options section, where
../../mk/bdb.buildlink3.mk is included.
Diffstat (limited to 'chat')
-rw-r--r--chat/jabberd2/Makefile8
-rw-r--r--chat/jabberd2/options.mk3
2 files changed, 5 insertions, 6 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index ce4fdfd770f..28055acddcd 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2010/06/16 07:56:29 adam Exp $
+# $NetBSD: Makefile,v 1.59 2010/07/06 00:01:35 schnoebe Exp $
DISTNAME= jabberd-2.2.10
CATEGORIES= chat
@@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
CONFLICTS= jabberd-[0-9]*
-BDB_ACCEPTED= db4 db5
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= perl:run
@@ -58,9 +57,8 @@ BINDIR= ${PREFIX}/bin
EGDIR= ${PREFIX}/share/examples/jabberd
DOCDIR= ${PREFIX}/share/doc/jabberd
-FILES= jabberd.cfg c2s.xml router.xml \
- router-users.xml router-filter.xml s2s.xml \
- sm.xml
+FILES= jabberd.cfg c2s.xml router.xml router-users.xml \
+ router-filter.xml s2s.xml sm.xml
DBFILES= db-jd14-2-jd2.sql db-setup.mysql db-setup.pgsql \
db-update.mysql db-setup.sqlite db-update.sqlite
DOCFILES= README.protocol README UPGRADE ChangeLog
diff --git a/chat/jabberd2/options.mk b/chat/jabberd2/options.mk
index 703c2003491..edb08f8d198 100644
--- a/chat/jabberd2/options.mk
+++ b/chat/jabberd2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.24 2010/06/02 13:14:47 adam Exp $
+# $NetBSD: options.mk,v 1.25 2010/07/06 00:01:35 schnoebe Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.jabberd2
PKG_OPTIONS_REQUIRED_GROUPS= auth storage sasl mio
@@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --with-sasl=gsasl
.endif
.if !empty(PKG_OPTIONS:Mauth-db) || !empty(PKG_OPTIONS:Mstorage-db)
+BDB_ACCEPTED= db4 db5
CONFIGURE_ARGS+= --enable-db
PLIST.db= yes
BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE}