aboutsummaryrefslogtreecommitdiffstats
path: root/comms/py-libimobiledevice
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2013-10-14 09:43:16 +0800
committeravilla <avilla@FreeBSD.org>2013-10-14 09:43:16 +0800
commit951d87bea5b1630ba811feca31a34e25e68f4a30 (patch)
tree5b121eb379ec0246e6b5465592100577300c8ea9 /comms/py-libimobiledevice
parentcea97f30a6bfe24195b8a602f984966531844a04 (diff)
downloadfreebsd-ports-gnome-951d87bea5b1630ba811feca31a34e25e68f4a30.tar.gz
freebsd-ports-gnome-951d87bea5b1630ba811feca31a34e25e68f4a30.tar.zst
freebsd-ports-gnome-951d87bea5b1630ba811feca31a34e25e68f4a30.zip
- Backport patch to fix build of py-libimobiledevice.
Reported by: pkg-fallout - Adapt to LIB_DEPENDS change. - Enable stage support.
Diffstat (limited to 'comms/py-libimobiledevice')
-rw-r--r--comms/py-libimobiledevice/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile
index e5403f1be791..8798435d32f0 100644
--- a/comms/py-libimobiledevice/Makefile
+++ b/comms/py-libimobiledevice/Makefile
@@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= avilla@FreeBSD.org
COMMENT= Python bindings for libimobiledevice
-LIB_DEPENDS= imobiledevice:${PORTSDIR}/${MASTER_PORT}
+LIB_DEPENDS= libimobiledevice.so:${PORTSDIR}/${MASTER_PORT}
BUILD_DEPENDS= cython:${PORTSDIR}/lang/cython \
${PYTHON_SITELIBDIR}/plist.so:${PORTSDIR}/devel/py-libplist
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/plist.so:${PORTSDIR}/devel/py-libplist
@@ -24,7 +24,6 @@ PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.a \
${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.la \
${PYTHONPREFIX_SITELIBDIR:S,^${PREFIX}/,,}/imobiledevice.so
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's,../src/libimobiledevice.la,${LOCALBASE}/lib/libimobiledevice.la,' \
${BUILD_WRKSRC}/Makefile.in