aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-13 20:18:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-07-13 20:18:56 +0000
commitd55dd2b0b1898f9d4a6df2f231972f5858e4c007 (patch)
treed8993ab5e468b23a56d27151f6d27dc6dc1af071
parent505b4032e258e2c8088a103fafe0b1ced2bfdfcd (diff)
downloadports-d55dd2b0b1898f9d4a6df2f231972f5858e4c007.tar.gz
ports-d55dd2b0b1898f9d4a6df2f231972f5858e4c007.zip
audio/py-pocketsphinx: Use swig40 instead of swig
- Bump PORTREVISION for package change Note that the repository has been archived by the owner on Jun 27, 2023. PR: 279489 Reference: https://github.com/bambocher/pocketsphinx-python
-rw-r--r--audio/py-pocketsphinx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/py-pocketsphinx/Makefile b/audio/py-pocketsphinx/Makefile
index 20c8b7350ea2..ffd5a691eef8 100644
--- a/audio/py-pocketsphinx/Makefile
+++ b/audio/py-pocketsphinx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pocketsphinx
PORTVERSION= 0.1.15
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://github.com/bambocher/pocketsphinx-python
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= swig>0:devel/swig
+BUILD_DEPENDS= swig40>0:devel/swig40
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libpulse-simple.so:audio/pulseaudio \
libpulse.so:audio/pulseaudio
@@ -20,6 +20,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
USES= python
USE_PYTHON= distutils
+BINARY_ALIAS= swig=swig40
CFLAGS+= -I${LOCALBASE}/include
post-install: