summaryrefslogtreecommitdiff
path: root/lang/clisp
diff options
context:
space:
mode:
authorhans <hans>2011-04-20 18:36:16 +0000
committerhans <hans>2011-04-20 18:36:16 +0000
commit6df829771baa10b1cbde4451e186137915c6145f (patch)
tree6b7c8eb4bb6f9547d33754c09bf31105ff0869fa /lang/clisp
parent549f7f6219252518e0e25ec4fad5b6822fc2cc0b (diff)
downloadpkgsrc-6df829771baa10b1cbde4451e186137915c6145f.tar.gz
Add package for the new-clx module of lang/clisp. Remove conflicting
option new-clx from lang/clisp
Diffstat (limited to 'lang/clisp')
-rw-r--r--lang/clisp/options.mk16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/clisp/options.mk b/lang/clisp/options.mk
index 129e6155746..0378e1debaf 100644
--- a/lang/clisp/options.mk
+++ b/lang/clisp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2011/04/20 18:31:35 hans Exp $
+# $NetBSD: options.mk,v 1.6 2011/04/20 18:36:16 hans Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.clisp
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= pari wildcard
PKG_SUPPORTED_OPTIONS+= readline
PKG_OPTIONS_OPTIONAL_GROUPS= x11-bindings
-PKG_OPTIONS_GROUP.x11-bindings= mit-clx new-clx
+PKG_OPTIONS_GROUP.x11-bindings= mit-clx
PKG_SUPPORTED_OPTIONS+= gmalloc
@@ -47,12 +47,6 @@ CONFIGURE_ARGS+= --with-module=pari
. include "../../math/pari/buildlink3.mk"
.endif
-.if !empty(PKG_OPTIONS:Mnew-clx)
-CONFIGURE_ARGS+= --with-module=clx/new-clx
-. include "../../x11/libX11/buildlink3.mk"
-. include "../../x11/libXau/buildlink3.mk"
-.endif
-
.if !empty(PKG_OPTIONS:Mmit-clx)
CONFIGURE_ARGS+= --with-module=clx/mit-clx
. include "../../x11/libX11/buildlink3.mk"
@@ -72,6 +66,12 @@ CONFIGURE_ARGS+= --with-readline
# Options for those who wishes to build "static" CLISP:
+#.if !empty(PKG_OPTIONS:Mnew-clx)
+#CONFIGURE_ARGS+= --with-module=clx/new-clx
+#. include "../../x11/libX11/buildlink3.mk"
+#. include "../../x11/libXau/buildlink3.mk"
+#.endif
+
#.if !empty(PKG_OPTIONS:Mbdb)
# it requires version 4, not anything older
#CONFIGURE_ARGS+= --with-module=berkeley-db