diff options
author | bapt <bapt@FreeBSD.org> | 2017-12-20 23:12:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2017-12-20 23:12:29 +0800 |
commit | a65a213315ab1705215a10c4fb7972b219f35cb2 (patch) | |
tree | 81d96962245a417a9ea7296d36f33f788d5c8402 /audio | |
parent | d492b6c69b80d3efddf8ae9e6d16006e45b8d648 (diff) | |
download | freebsd-ports-gnome-a65a213315ab1705215a10c4fb7972b219f35cb2.tar.gz freebsd-ports-gnome-a65a213315ab1705215a10c4fb7972b219f35cb2.tar.zst freebsd-ports-gnome-a65a213315ab1705215a10c4fb7972b219f35cb2.zip |
Switch to swig 3.0
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index ead847eded3d..4337abc9ac19 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -36,7 +36,8 @@ OPTIONS_SUB= yes PYTHON_DESC= Build pylash PYTHON_USES= python -PYTHON_BUILD_DEPENDS= swig:devel/swig13 +PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 +PYTHON_BINARY_ALIAS= swig=swig3.0 PYTHON_CONFIGURE_ENABLE=pylash PYTHON_BROKEN= Does not package |