diff options
Diffstat (limited to 'graphics/sane-backends/options.mk')
-rw-r--r-- | graphics/sane-backends/options.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/sane-backends/options.mk b/graphics/sane-backends/options.mk index 89956e60c41..577044ec233 100644 --- a/graphics/sane-backends/options.mk +++ b/graphics/sane-backends/options.mk @@ -1,7 +1,7 @@ -# $NetBSD: options.mk,v 1.3 2007/01/30 07:09:03 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2007/02/22 19:26:36 wiz Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends -PKG_SUPPORTED_OPTIONS= sane-backends-hp3900 +PKG_OPTIONS_VAR= PKG_OPTIONS.sane-backends +PKG_SUPPORTED_OPTIONS= sane-backends-hp3900 PKG_SUGGESTED_OPTIONS= #defined .include "../../mk/bsd.options.mk" @@ -12,12 +12,12 @@ PKG_SUGGESTED_OPTIONS= #defined ### hp3900 support ### .if !empty(PKG_OPTIONS:Mhp3900) -PLIST_SUBST+= SANE_HP3900="" +PLIST_SUBST+= SANE_HP3900="" DISTFILES+= hp3900-sane1017_src_0.5.tar.gz SITES.hp3900-sane1017_src_0.5.tar.gz=${MASTER_SITE_SOURCEFORGE:=hp3900-series/} post-patch: cd ${WRKSRC} && \ ${PATCH} -p1 <${WRKDIR}/hp3900-sane1017_src_0.5/hp3900-sane1017_0.5.diff .else -PLIST_SUBST+= SANE_HP3900="@comment " +PLIST_SUBST+= SANE_HP3900="@comment " .endif |