svn commit: r520936 - head/audio/exaile

Ruslan Makhmatkhanov rm at FreeBSD.org
Thu Dec 26 16:31:27 UTC 2019


Author: rm
Date: Thu Dec 26 16:31:26 2019
New Revision: 520936
URL: https://svnweb.freebsd.org/changeset/ports/520936

Log:
  audio/exaile: correct bsdisks dependency

Modified:
  head/audio/exaile/Makefile

Modified: head/audio/exaile/Makefile
==============================================================================
--- head/audio/exaile/Makefile	Thu Dec 26 16:25:22 2019	(r520935)
+++ head/audio/exaile/Makefile	Thu Dec 26 16:31:26 2019	(r520936)
@@ -29,7 +29,7 @@ NLS_BUILD_DEPENDS=	help2man:misc/help2man
 NLS_INSTALL_TARGET_OFF=	install_no_locale
 CDDB_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cddb>0:audio/py-cddb@${PY_FLAVOR}
 UDISKS2_DESC=	UDISKS2 implementation for hardware detection
-UDISKS2_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}bsdisks>0:sysutils/bsdisks@${PY_FLAVOR}
+UDISKS2_RUN_DEPENDS=	${LOCALBASE}bin/bsdisks:sysutils/bsdisks
 
 MAKE_ENV=	EPREFIX=${PREFIX} \
 		PYTHON2_CMD=${PYTHON_CMD} \


More information about the svn-ports-head mailing list