diff options
author | fjoe <fjoe@FreeBSD.org> | 2009-10-19 19:55:36 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2009-10-19 19:55:36 +0800 |
commit | 73d3594dabea579037bd750d74bc845500195f5e (patch) | |
tree | 24310efff87c3a27dba2b9dad0aa296fc1874474 | |
parent | 5e433af932d8f1dc47810bf5dac1162d6c5dddd4 (diff) | |
download | freebsd-ports-gnome-73d3594dabea579037bd750d74bc845500195f5e.tar.gz freebsd-ports-gnome-73d3594dabea579037bd750d74bc845500195f5e.tar.zst freebsd-ports-gnome-73d3594dabea579037bd750d74bc845500195f5e.zip |
Fix depends on libpri-bristuff.
-rw-r--r-- | net/asterisk-bristuff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/asterisk-bristuff/Makefile b/net/asterisk-bristuff/Makefile index a2cb28877d1e..5a7dce040c67 100644 --- a/net/asterisk-bristuff/Makefile +++ b/net/asterisk-bristuff/Makefile @@ -92,7 +92,7 @@ CONFIGURE_ARGS+= --without-zaptel --without-dahdi PLIST_SUB+= WITH_ZAPTEL="" CONFIGURE_ARGS+= --with-zaptel --without-dahdi BUILD_DEPENDS+= ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel -LIB_DEPENDS+= pri-bristuff.1:${PORTSDIR}/misc/libpri +LIB_DEPENDS+= pri-bristuff.1:${PORTSDIR}/misc/libpri-bristuff RUN_DEPENDS+= ${LOCALBASE}/include/zaptel/zaptel.h:${PORTSDIR}/misc/zaptel .endif |