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 | 30a0909f9f334bf808bc21d16a79d7a5ada19f04 (patch) | |
tree | fefade50dbe47ddc4f013b3b0efe579ef7c6328b /comms | |
parent | 2dfd19079dec16bab6e0d19ca53c959be6aa6850 (diff) | |
download | pkgsrc-30a0909f9f334bf808bc21d16a79d7a5ada19f04.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')
-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 |