diff options
author | avilla <avilla@FreeBSD.org> | 2016-12-28 13:30:38 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2016-12-28 13:30:38 +0800 |
commit | add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49 (patch) | |
tree | 149cb90808602c7b7910660a97e5e018eb1f98c0 /comms | |
parent | 506f55f849a8ff8f4a8b29993262e67077cc6d17 (diff) | |
download | freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.tar.gz freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.tar.zst freebsd-ports-gnome-add3bd75a1cd1e55b2bf07b2275ddc9abcb92d49.zip |
- Make portscout ignore slave ports
Diffstat (limited to 'comms')
-rw-r--r-- | comms/py-libimobiledevice/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/py-libimobiledevice/Makefile b/comms/py-libimobiledevice/Makefile index f4462bd39b17..39a21d1b1265 100644 --- a/comms/py-libimobiledevice/Makefile +++ b/comms/py-libimobiledevice/Makefile @@ -12,6 +12,8 @@ BUILD_DEPENDS= cython:lang/cython \ ${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist RUN_DEPENDS= ${PYTHON_SITELIBDIR}/plist.so:devel/py-libplist +PORTSCOUT= ignore:1 + USES= python CONFIGURE_ENV= PYTHON_LDFLAGS="`pkg-config --libs python-${PYTHON_VER}`" SLAVE_PORT= yes |