pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/tre Removed options.mk, since it is not included...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fbe654f213b7
branches:  trunk
changeset: 537286:fbe654f213b7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Jan 05 21:53:37 2008 +0000

description:
Removed options.mk, since it is not included anymore.

diffstat:

 devel/tre/options.mk |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (24 lines):

diff -r 4f8d3594f175 -r fbe654f213b7 devel/tre/options.mk
--- a/devel/tre/options.mk      Sat Jan 05 21:49:42 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-PKG_OPTIONS_VAR=       PKG_OPTIONS.tre
-PKG_SUPPORTED_OPTIONS= nls
-
-CHECK_BUILTIN.gettext:=        yes
-.include "../../devel/gettext-lib/builtin.mk"
-CHECK_BUILTIN.gettext:=        no
-
-.if !empty(USE_BUILTIN.gettext:tl:Myes)
-PKG_SUGGESTED_OPTIONS= nls
-.endif
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mnls)
-PLIST_SRC+=            PLIST.nls
-USE_PKGLOCALEDIR=      yes
-.  include "../../devel/gettext-lib/buildlink3.mk"
-.else
-CONFIGURE_ARGS+=       --disable-nls
-.endif



Home | Main Index | Thread Index | Old Index