summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2008-01-05 21:53:37 +0000
committerrillig <rillig@pkgsrc.org>2008-01-05 21:53:37 +0000
commitadf612c8e15150364064cd923647559af19caaa5 (patch)
treeb966014f461685b05e0655c87b2098543f938139 /devel
parent39ed527492770688fc630f269cc98edd2e178258 (diff)
downloadpkgsrc-adf612c8e15150364064cd923647559af19caaa5.tar.gz
Removed options.mk, since it is not included anymore.
Diffstat (limited to 'devel')
-rw-r--r--devel/tre/options.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/tre/options.mk b/devel/tre/options.mk
deleted file mode 100644
index 3d9c277a25e..00000000000
--- a/devel/tre/options.mk
+++ /dev/null
@@ -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