diff options
author | dogcow <dogcow> | 2009-11-10 13:37:10 +0000 |
---|---|---|
committer | dogcow <dogcow> | 2009-11-10 13:37:10 +0000 |
commit | 49c90f2c48d3a748e1c2154feba9450d108e1132 (patch) | |
tree | ebdf5599557094620c64422d7f0a64f5d1365801 | |
parent | 8ea907020e35d089e3666952ad1e0966fa0717d5 (diff) | |
download | pkgsrc-49c90f2c48d3a748e1c2154feba9450d108e1132.tar.gz |
remove an errant debugging statement
-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 |