Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2014 12:53:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338871 - head/x11/bgrot
Message-ID:  <201401061253.s06Crg3Y045125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401061253.s06Crg3Y045125>