diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net/coda6_server | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) | |
download | ports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip |
Notes
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index f64ed6c1e837..007a16229a18 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -14,9 +14,9 @@ PKGNAMESUFFIX= -${CODA_SUITE} MAINTAINER= clsung@FreeBSD.org COMMENT= Server programs for a replicated high-performance network file system -LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \ - rpc2.9:${PORTSDIR}/devel/rpc2 \ - rvmlwp.3:${PORTSDIR}/devel/rvm +LIB_DEPENDS= liblwp.so:${PORTSDIR}/devel/lwp \ + librpc2.so:${PORTSDIR}/devel/rpc2 \ + librvmlwp.so:${PORTSDIR}/devel/rvm USES= pkgconfig gmake GNU_CONFIGURE= yes |