diff options
author | dogcow <dogcow@pkgsrc.org> | 2009-11-10 13:37:10 +0000 |
---|---|---|
committer | dogcow <dogcow@pkgsrc.org> | 2009-11-10 13:37:10 +0000 |
commit | 07ae9e4cee325ace2a50b51b996be4677967d517 (patch) | |
tree | ebdf5599557094620c64422d7f0a64f5d1365801 /misc/xjdic | |
parent | 8f2776683044fed57198d592cb21958a3382a5e0 (diff) | |
download | pkgsrc-07ae9e4cee325ace2a50b51b996be4677967d517.tar.gz |
remove an errant debugging statement
Diffstat (limited to 'misc/xjdic')
-rw-r--r-- | misc/xjdic/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/xjdic/options.mk b/misc/xjdic/options.mk index 93df7d36e13..fec99369d8a 100644 --- a/misc/xjdic/options.mk +++ b/misc/xjdic/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/11/10 10:23:15 dogcow Exp $ +# $NetBSD: options.mk,v 1.2 2009/11/10 13:37:10 dogcow Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xjdic PKG_SUPPORTED_OPTIONS= xjdic-locale @@ -6,8 +6,6 @@ PKG_SUGGESTED_OPTIONS= xjdic-locale .include "../../mk/bsd.options.mk" -#die die die - .if !empty(PKG_OPTIONS:Mxjdic-locale) PATCH_SITES= http://www.tzone.org/~vandry/xjdic/ PATCHFILES+= xjdic-24.locale.patch |