svn commit: r338871 - head/x11/bgrot

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 6 12:53:43 UTC 2014


Author: bapt
Date: Mon Jan  6 12:53:42 2014
New Revision: 338871
URL: http://svnweb.freebsd.org/changeset/ports/338871

Log:
  Revert the change about xv as the port expect graphics/xv, not libXv
  
  Big pointyhat to:	bapt
  Submitted by:	maintainer

Modified:
  head/x11/bgrot/Makefile

Modified: head/x11/bgrot/Makefile
==============================================================================
--- head/x11/bgrot/Makefile	Mon Jan  6 12:43:03 2014	(r338870)
+++ head/x11/bgrot/Makefile	Mon Jan  6 12:53:42 2014	(r338871)
@@ -11,7 +11,8 @@ MASTER_SITES=	http://www.over-yonder.net
 MAINTAINER=	fullermd at over-yonder.net
 COMMENT=	Program to handle your X background to prevent boredom
 
-USE_XORG=	xv
+RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv
+
 USES=		shebangfix perl5 uidfix
 SHEBANG_FILES=	*.pl
 MAKE_ARGS=	BINDIR=${STAGEDIR}${PREFIX}/bin \


More information about the svn-ports-all mailing list