diff options
author | obache <obache@pkgsrc.org> | 2008-12-21 12:45:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-12-21 12:45:50 +0000 |
commit | 5b6bf376459c34b15ddb9b884899e90aab8704b9 (patch) | |
tree | c34c42a87de8cf9b829d4f16064feb5c3721f0df /x11 | |
parent | 0052cd12b9001c9624f7878435a827c83f9ff2be (diff) | |
download | pkgsrc-5b6bf376459c34b15ddb9b884899e90aab8704b9.tar.gz |
No need to set "no" for PLIST vars.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nucleo/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/nucleo/options.mk b/x11/nucleo/options.mk index 680f10345b0..2934ccf5af4 100644 --- a/x11/nucleo/options.mk +++ b/x11/nucleo/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2008/12/21 12:41:51 obache Exp $ +# $NetBSD: options.mk,v 1.3 2008/12/21 12:45:50 obache Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.nucleo @@ -24,5 +24,4 @@ PLIST.gnutls= yes . include "../../security/gnutls/buildlink3.mk" .else CONFIGURE_ARGS+= --without-gnutls -PLIST.gnutls= no .endif |