Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2012 06:35:59 +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: r306162 - head/japanese/xv
Message-ID:  <201210200635.q9K6ZxCl067716@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Oct 20 06:35:59 2012
New Revision: 306162
URL: http://svn.freebsd.org/changeset/ports/306162

Log:
  Fix run dependency line
  
  Feature safe:	yes

Modified:
  head/japanese/xv/Makefile

Modified: head/japanese/xv/Makefile
==============================================================================
--- head/japanese/xv/Makefile	Sat Oct 20 06:06:19 2012	(r306161)
+++ head/japanese/xv/Makefile	Sat Oct 20 06:35:59 2012	(r306162)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	ja-xv
-# Date created:		07 Oct 1998
-# Whom:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
-#
+# Created by:			Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
 # $FreeBSD$
-#
 
 CATEGORIES=	japanese
 
@@ -15,7 +11,7 @@ PKGDIR=		${.CURDIR}
 
 MAKE_ENV=	LOCALE_EXTENSION=-DTV_L10N
 
-RUN_DEPENDS=	xv:${.CURDIR}/../../graphics/xv
+RUN_DEPENDS=	xv:${PORTSDIR}/graphics/xv
 
 NOMAN=		yes
 



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