summaryrefslogtreecommitdiff
path: root/emulators/compat51/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/compat51/options.mk')
-rw-r--r--emulators/compat51/options.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/compat51/options.mk b/emulators/compat51/options.mk
new file mode 100644
index 00000000000..f13d64d542e
--- /dev/null
+++ b/emulators/compat51/options.mk
@@ -0,0 +1,11 @@
+# $NetBSD: options.mk,v 1.1 2013/02/17 17:24:08 spz Exp $
+
+PKG_OPTIONS_VAR= PKG_OPTIONS.compat51
+PKG_SUPPORTED_OPTIONS= x11
+PKG_SUGGESTED_OPTIONS= x11
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mx11)
+ DEPENDS+= compat51-x11>=5.1:../../emulators/compat51-x11
+.endif