diff options
Diffstat (limited to 'devel/allegro/options.mk')
-rw-r--r-- | devel/allegro/options.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/allegro/options.mk b/devel/allegro/options.mk index 0f1a7fb63c7..e7a87235b6c 100644 --- a/devel/allegro/options.mk +++ b/devel/allegro/options.mk @@ -1,14 +1,14 @@ -# $NetBSD: options.mk,v 1.1 2005/06/01 14:29:58 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2008/04/12 22:42:59 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.allegro PKG_SUPPORTED_OPTIONS= esound .include "../../mk/bsd.options.mk" +PLIST_VARS+= esound + .if !empty(PKG_OPTIONS:Mesound) CONFIGURE_ARGS+= --enable-esddigi +PLIST.esound= yes .include "../../audio/esound/buildlink3.mk" -PLIST_SUBST+= ESOUND="" -.else -PLIST_SUBST+= ESOUND="@comment " .endif |