diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-03 00:36:03 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-30 10:48:39 +0000 |
commit | 6699ed035f4f28864440db0ba22577684da588bc (patch) | |
tree | 4c12c29190889499ad94329a99b46fe73165f44d /main/motif | |
parent | d6d0adce22b05662b91493f9cdb8f5dd30415190 (diff) | |
download | aports-6699ed035f4f28864440db0ba22577684da588bc.tar.bz2 aports-6699ed035f4f28864440db0ba22577684da588bc.tar.xz |
main/motif: fix comment on why check is disabled
Diffstat (limited to 'main/motif')
-rw-r--r-- | main/motif/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/motif/APKBUILD b/main/motif/APKBUILD index 3785428cc9..bad9827f28 100644 --- a/main/motif/APKBUILD +++ b/main/motif/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="The Motif library" url="https://motif.ics.com/" arch="all" -options="!check" # Tests are interactive and require X11. +options="!check" # No testsuite license="LGPL-2.1-or-later" depends_dev="libx11-dev libxft-dev libxt-dev libxpm-dev libxext-dev xbitmaps" makedepends="$depends_dev automake autoconf libtool flex flex-libs flex-dev bison" |