diff options
author | mat <mat@FreeBSD.org> | 2017-11-07 00:06:22 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-11-07 00:06:22 +0800 |
commit | f1500a75553c64e2729976559a74f09d0d735c0f (patch) | |
tree | 9473f167286756458750c541f192a15316075062 /audio | |
parent | 78606b4e182dadbaee6b2fee26eb089e936a0afa (diff) | |
download | freebsd-ports-gnome-f1500a75553c64e2729976559a74f09d0d735c0f.tar.gz freebsd-ports-gnome-f1500a75553c64e2729976559a74f09d0d735c0f.tar.zst freebsd-ports-gnome-f1500a75553c64e2729976559a74f09d0d735c0f.zip |
Those non default PYTHON options do not build/stage/package, mark them
BROKEN.
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lash/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 733157213ef5..ead847eded3d 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -38,6 +38,7 @@ PYTHON_DESC= Build pylash PYTHON_USES= python PYTHON_BUILD_DEPENDS= swig:devel/swig13 PYTHON_CONFIGURE_ENABLE=pylash +PYTHON_BROKEN= Does not package READLINE_USES= readline READLINE_CONFIGURE_ENV_OFF= vl_cv_lib_readline=no |