diff options
author | antoine <antoine@FreeBSD.org> | 2015-01-25 04:45:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-01-25 04:45:11 +0800 |
commit | 395971303d35f7216f9150d9fb05e1630338b73b (patch) | |
tree | 914f3fcac9ecace4372217dedb0de9f64c9e9e9d /net-im | |
parent | 6facd546ff973f918cb8f2afbc0fb0de3e3fbf51 (diff) | |
download | freebsd-ports-gnome-395971303d35f7216f9150d9fb05e1630338b73b.tar.gz freebsd-ports-gnome-395971303d35f7216f9150d9fb05e1630338b73b.tar.zst freebsd-ports-gnome-395971303d35f7216f9150d9fb05e1630338b73b.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/psimedia/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/psimedia/Makefile b/net-im/psimedia/Makefile index b2636c2a8ceb..9c03e7c91b11 100644 --- a/net-im/psimedia/Makefile +++ b/net-im/psimedia/Makefile @@ -2,7 +2,7 @@ PORTNAME= psimedia PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im audio multimedia MASTER_SITES= http://delta.affinix.com/download/psimedia/ @@ -10,7 +10,7 @@ MAINTAINER= makc@FreeBSD.org COMMENT= Voice and video API for Psi-like IM clients LIB_DEPENDS= liboil-0.3.so:${PORTSDIR}/devel/liboil \ - libspeexdsp.so:${PORTSDIR}/audio/speex + libspeexdsp.so:${PORTSDIR}/audio/speexdsp USES= pkgconfig tar:bzip2 HAS_CONFIGURE= yes |