diff options
author | Max Khon <fjoe@FreeBSD.org> | 2012-06-26 12:26:21 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2012-06-26 12:26:21 +0000 |
commit | c86214e70f93b4e862813e3ab1c3e00434327203 (patch) | |
tree | 01c5ff246fec8a066cdc686b47b77156d5af5c47 /misc/libsupertone | |
parent | 421385e3dfa3d178d3af1a5ae7db44cbcc9e97e3 (diff) | |
download | ports-c86214e70f93b4e862813e3ab1c3e00434327203.tar.gz ports-c86214e70f93b4e862813e3ab1c3e00434327203.zip |
Notes
Diffstat (limited to 'misc/libsupertone')
-rw-r--r-- | misc/libsupertone/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/libsupertone/Makefile b/misc/libsupertone/Makefile index b89879c50ab7..f6c677100d5a 100644 --- a/misc/libsupertone/Makefile +++ b/misc/libsupertone/Makefile @@ -14,7 +14,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= fjoe@FreeBSD.org COMMENT= A library for supervisory tone generation and detection -LIB_DEPENDS= spandsp.2:${PORTSDIR}/comms/spandsp-devel +LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile\ + spandsp.2:${PORTSDIR}/comms/spandsp-devel\ + tiff.4:${PORTSDIR}/graphics/tiff\ + xml2.5:${PORTSDIR}/textproc/libxml2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"\ |