diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-14 18:19:05 +0800 |
commit | 069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6 (patch) | |
tree | 88942b19ba9a4632a634996a02ee12169c0e5445 /misc/libsupertone | |
parent | fa3560ebf262bbc38ce410e3459810fffe3582bf (diff) | |
download | freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.gz freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.tar.zst freebsd-ports-gnome-069c6a96a8cd4c776e6e1d805921b8aaf7d0afc6.zip |
comms/spandsp-devel:
- Fix installation of lib/libspandsp.so.2 (when patching configure.ac
almost all USE_AUTOTOOLS are needed)
- Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
Reported by: antoine
Diffstat (limited to 'misc/libsupertone')
-rw-r--r-- | misc/libsupertone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index df3604bc7c05..ef6c40b2ba49 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsupertone PORTVERSION= 0.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= http://www.soft-switch.org/downloads/unicall/ @@ -13,7 +13,7 @@ COMMENT= Library for supervisory tone generation and detection LICENSE= LGPL21 LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ - libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel \ + libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel \ libtiff.so:${PORTSDIR}/graphics/tiff \ libxml2.so:${PORTSDIR}/textproc/libxml2 |