diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2010-05-07 03:49:07 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2010-05-07 03:49:07 +0000 |
commit | 4e9aadfd0a8fcc29d137c39db508486f40773e35 (patch) | |
tree | fefade50dbe47ddc4f013b3b0efe579ef7c6328b /comms/asterisk16 | |
parent | 9e070e72d762dc9f24777778393b3e7d0773e43b (diff) | |
download | pkgsrc-4e9aadfd0a8fcc29d137c39db508486f40773e35.tar.gz |
Add a dependency on p5-DBI for the webvmail option. Don't bother
with a PKGREVISION bump since this doesn't affect the installed
"binaries" and there have already been two bumps today.
Diffstat (limited to 'comms/asterisk16')
-rw-r--r-- | comms/asterisk16/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/asterisk16/options.mk b/comms/asterisk16/options.mk index 4d38a572fb0..66297b05768 100644 --- a/comms/asterisk16/options.mk +++ b/comms/asterisk16/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2010/05/06 20:10:17 jnemeth Exp $ +# $NetBSD: options.mk,v 1.6 2010/05/07 03:49:07 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail @@ -77,6 +77,7 @@ post-extract: .endif .if !empty(PKG_OPTIONS:Mwebvmail) +DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI SUBST_CLASSES+= webvmail SUBST_STAGE.webvmail= post-patch SUBST_FILES.webvmail= contrib/scripts/vmail.cgi |