diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-07 20:19:59 +0000 |
commit | ef5d45aaa64535e3cb0499fe297423c5f873ecbd (patch) | |
tree | 94674d44da850da02e8ab4969da3e457bef57094 /lang/ecl | |
parent | 40f4b34b5a9ac32ac529d75838c6394e5a08ff08 (diff) |
Notes
Diffstat (limited to 'lang/ecl')
-rw-r--r-- | lang/ecl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ecl/Makefile b/lang/ecl/Makefile index 0bc2c02fc03b..22497def9b9f 100644 --- a/lang/ecl/Makefile +++ b/lang/ecl/Makefile @@ -41,6 +41,7 @@ PLIST_SUB= VERSION="${PORTVERSION}" ASDF_CONFIGURE_ON= --with-asdf=yes ASDF_CONFIGURE_OFF= --with-asdf=no +CLX_USES= xorg CLX_USE= XORG=x11 CLX_CONFIGURE_ON= --with-clx=yes CLX_CONFIGURE_OFF= --with-clx=no |