diff options
author | fjoe <fjoe@FreeBSD.org> | 2012-06-26 20:26:21 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2012-06-26 20:26:21 +0800 |
commit | 0e188326a84f861aaf13ae395a5fa1eb79ee77f8 (patch) | |
tree | 350acefa6f0bdb9025246bed5e13fc3abd8c237c /misc | |
parent | 036e37d1aecc84445eb950062b042d4f514c90bb (diff) | |
download | freebsd-ports-gnome-0e188326a84f861aaf13ae395a5fa1eb79ee77f8.tar.gz freebsd-ports-gnome-0e188326a84f861aaf13ae395a5fa1eb79ee77f8.tar.zst freebsd-ports-gnome-0e188326a84f861aaf13ae395a5fa1eb79ee77f8.zip |
Add missing LIB_DEPENDS.
Diffstat (limited to 'misc')
-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"\ |