aboutsummaryrefslogtreecommitdiff
path: root/comms/usbmuxd
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 15:10:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 15:10:44 +0000
commit22aa02fd75058917ae1de3fef7cff74b1bcd6c56 (patch)
tree2a371f98db99023198b309b69d00707314a6c1a1 /comms/usbmuxd
parent61471fa1979be372d658dc9dff40bb18aca2191c (diff)
downloadports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.tar.gz
ports-22aa02fd75058917ae1de3fef7cff74b1bcd6c56.zip
Notes
Diffstat (limited to 'comms/usbmuxd')
-rw-r--r--comms/usbmuxd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/usbmuxd/Makefile b/comms/usbmuxd/Makefile
index b8c7a48066a4..ee9d0bfe807e 100644
--- a/comms/usbmuxd/Makefile
+++ b/comms/usbmuxd/Makefile
@@ -8,7 +8,7 @@ MASTER_SITES= http://www.libimobiledevice.org/downloads/
MAINTAINER= avilla@FreeBSD.org
COMMENT= Daemon for multiplexing connections over USB to iPhone/iPod Touch
-LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist
+LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist
USE_BZIP2= yes
USES= cmake pkgconfig
@@ -24,7 +24,7 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MINOTIFY}
-LIB_DEPENDS+= inotify:${PORTSDIR}/devel/libinotify
+LIB_DEPENDS+= libinotify.so:${PORTSDIR}/devel/libinotify
CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=TRUE
.else
CMAKE_ARGS+= -DWANT_INOTIFY:BOOL=FALSE