diff options
Diffstat (limited to 'graphics/zphoto/options.mk')
-rw-r--r-- | graphics/zphoto/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/zphoto/options.mk b/graphics/zphoto/options.mk index 5d46274b572..3750f8f2aff 100644 --- a/graphics/zphoto/options.mk +++ b/graphics/zphoto/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2007/11/17 01:47:02 obache Exp $ +# $NetBSD: options.mk,v 1.3 2008/04/12 22:43:02 jlam Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.zphoto PKG_SUPPORTED_OPTIONS= zip wx @@ -37,10 +37,10 @@ CONFIGURE_ARGS+= --disable-zip #CONFIGURE_ARGS+= --disable-avifile #.endif +PLIST_VARS+= wx .if !empty(PKG_OPTIONS:Mwx) .include "../../x11/wxGTK/buildlink3.mk" -PLIST_SUBST+= WX_COMMENT= +PLIST.wx= yes .else CONFIGURE_ARGS+= --disable-wx -PLIST_SUBST+= WX_COMMENT="@comment " .endif |