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 | d2ac708fe4624e58caedbada7a0e808a13627c8e (patch) | |
tree | c34c42a87de8cf9b829d4f16064feb5c3721f0df | |
parent | ba750f122d94bbe70ca666eccca335a9cd9fa7bd (diff) | |
download | pkgsrc-d2ac708fe4624e58caedbada7a0e808a13627c8e.tar.gz |
No need to set "no" for PLIST vars.
-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 |