svn commit: r379346 - head/multimedia/mplayer

Mathieu Arnold mat at FreeBSD.org
Thu Feb 19 14:47:49 UTC 2015


Author: mat
Date: Thu Feb 19 14:47:48 2015
New Revision: 379346
URL: https://svnweb.freebsd.org/changeset/ports/379346
QAT: https://qat.redports.org/buildarchive/r379346/

Log:
  Depend on the package name rather than a directory.
  
  Sponsored by:	Absolight

Modified:
  head/multimedia/mplayer/Makefile

Modified: head/multimedia/mplayer/Makefile
==============================================================================
--- head/multimedia/mplayer/Makefile	Thu Feb 19 14:42:23 2015	(r379345)
+++ head/multimedia/mplayer/Makefile	Thu Feb 19 14:47:48 2015	(r379346)
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=	--disable-arts \
 PLIST_SUB+=	GMPLAYER=""
 DESKTOP_ENTRIES=	"MPlayer" "High performance media player" "mplayer" "gmplayer" "" false
 .if ${PORT_OPTIONS:MSKINS}
-RUN_DEPENDS+=	${LOCALBASE}/share/mplayer/skins:${PORTSDIR}/multimedia/mplayer-skins
+RUN_DEPENDS+=	mplayer-skins>=0:${PORTSDIR}/multimedia/mplayer-skins
 .endif
 
 USE_GNOME+=	gtk20


More information about the svn-ports-all mailing list