diff options
author | arved <arved@FreeBSD.org> | 2003-03-28 13:34:25 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-03-28 13:34:25 +0000 |
commit | 6e0e7ae3326666f2c2270b39de81ca74c3713c8c (patch) | |
tree | a9994a2ef91283626fd0005347f1937097fd08fb /comms/bayonne | |
parent | 26998a8cc73b50e48153ee13198c405fbf0ce159 (diff) | |
download | FreeBSD-ports-6e0e7ae3326666f2c2270b39de81ca74c3713c8c.zip FreeBSD-ports-6e0e7ae3326666f2c2270b39de81ca74c3713c8c.tar.gz |
Fix dependency on commoncpp.
Submitted by: bento
Diffstat (limited to 'comms/bayonne')
-rw-r--r-- | comms/bayonne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/bayonne/Makefile b/comms/bayonne/Makefile index 9c9bfaa..2abd2a8 100644 --- a/comms/bayonne/Makefile +++ b/comms/bayonne/Makefile @@ -17,7 +17,7 @@ COMMENT= Multi-line general purpose voice telephony server BROKEN= "Port is outdated and there is no known working Hardware for FreeBSD > 4.4" -LIB_DEPENDS= ccstd-1.4.0:${PORTSDIR}/devel/commoncpp \ +LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp \ ccscript-1.4.0:${PORTSDIR}/lang/ccscript \ ccaudio.0:${PORTSDIR}/audio/ccaudio \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt |