diff --git a/sysutils/fusefs-ifuse/Makefile b/sysutils/fusefs-ifuse/Makefile index 15839c8411e2..76d3efcea33d 100644 --- a/sysutils/fusefs-ifuse/Makefile +++ b/sysutils/fusefs-ifuse/Makefile @@ -12,23 +12,16 @@ COMMENT= FUSE-based filesystem for mounting iOS devices over USB LICENSE= LGPL21 -LIB_DEPENDS= plist:${PORTSDIR}/devel/libplist \ - imobiledevice:${PORTSDIR}/comms/libimobiledevice +LIB_DEPENDS= libplist.so:${PORTSDIR}/devel/libplist \ + libimobiledevice.so:${PORTSDIR}/comms/libimobiledevice RUN_DEPENDS= usbmuxd:${PORTSDIR}/comms/usbmuxd USE_GNOME= glib20 -USES= fuse pkgconfig -USE_BZIP2= yes +USES= fuse pkgconfig tar:bzip2 GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/${PORTNAME} - -MAN1= ifuse.1 - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} +PLIST_FILES= bin/${PORTNAME} man/man1/ifuse.1.gz .include