diff options
author | martti <martti@pkgsrc.org> | 2006-02-17 06:49:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-02-17 06:49:23 +0000 |
commit | d48b5f25585e60c939f6041245fdd8ed9ac51f9a (patch) | |
tree | 24efae52cb9898e1ea4d4719c3620d5b51fa261c /print/xfce4-print/options.mk | |
parent | 42ed42c3843223f662ce20a493a53860f79e2564 (diff) | |
download | pkgsrc-d48b5f25585e60c939f6041245fdd8ed9ac51f9a.tar.gz |
Fixed warnings found by pkglint -Wall.
Diffstat (limited to 'print/xfce4-print/options.mk')
-rw-r--r-- | print/xfce4-print/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xfce4-print/options.mk b/print/xfce4-print/options.mk index ebb321a4d4c..fd9cbf0637d 100644 --- a/print/xfce4-print/options.mk +++ b/print/xfce4-print/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/01 18:21:52 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2006/02/17 06:49:24 martti Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xfce4-print PKG_SUPPORTED_OPTIONS= cups @@ -8,5 +8,5 @@ PKG_SUPPORTED_OPTIONS= cups .if !empty(PKG_OPTIONS:Mcups) .include "../../print/cups/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-cups +CONFIGURE_ARGS+= --disable-cups .endif |