diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-11-08 14:31:40 +0000 |
commit | 7ec7468932acb1dec576e51f4ace2e4029fea9a2 (patch) | |
tree | a811a5a82ceb9e468d7f4edf82b181da07f15024 /comms/soundmodem/Makefile | |
parent | 25062e9577185b42e4c8eb98b76e7e476ee311d0 (diff) |
Notes
Diffstat (limited to 'comms/soundmodem/Makefile')
-rw-r--r-- | comms/soundmodem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/soundmodem/Makefile b/comms/soundmodem/Makefile index e150e86adc44..a705e2f7b64f 100644 --- a/comms/soundmodem/Makefile +++ b/comms/soundmodem/Makefile @@ -2,6 +2,7 @@ PORTNAME= soundmodem PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \ http://chronos.org.uk/distfiles/ @@ -9,7 +10,7 @@ MASTER_SITES= http://www.baycom.org/~tom/ham/soundmodem/ \ MAINTAINER= db@FreeBSD.org COMMENT= Amateur Radio sound modem -LIB_DEPENDS= audiofile:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile CONFIGURE_ARGS= --disable-alsatest WRKSRC= ${WRKDIR}/${DISTNAME} |