diff options
Diffstat (limited to 'comms/asterisk16/options.mk')
-rw-r--r-- | comms/asterisk16/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/asterisk16/options.mk b/comms/asterisk16/options.mk index 245a261ce3c..78b7ad408fb 100644 --- a/comms/asterisk16/options.mk +++ b/comms/asterisk16/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2010/05/07 23:57:56 jnemeth Exp $ +# $NetBSD: options.mk,v 1.8 2010/09/23 23:30:38 jnemeth Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.asterisk PKG_SUPPORTED_OPTIONS= zaptel x11 unixodbc ilbc webvmail ldap @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --without-gtk . include "../../databases/unixodbc/buildlink3.mk" . include "../../devel/libltdl/buildlink3.mk" CONFIGURE_ARGS+= --with-ltdl -CONFIGURE_ARGS+= --with-odbc +CONFIGURE_ARGS+= --with-unixodbc PLIST.unixodbc= yes .else CONFIGURE_ARGS+= --without-ltdl |