Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:14:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400802 - head/misc/p5-Text-FIGlet
Message-ID:  <201511042014.tA4KEhma063693@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:14:43 2015
New Revision: 400802
URL: https://svnweb.freebsd.org/changeset/ports/400802

Log:
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/misc/p5-Text-FIGlet/Makefile

Modified: head/misc/p5-Text-FIGlet/Makefile
==============================================================================
--- head/misc/p5-Text-FIGlet/Makefile	Wed Nov  4 20:14:39 2015	(r400801)
+++ head/misc/p5-Text-FIGlet/Makefile	Wed Nov  4 20:14:43 2015	(r400802)
@@ -14,7 +14,7 @@ COMMENT=	Perl module to provide FIGlet a
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	${LOCALBASE}/bin/figlet:${PORTSDIR}/misc/figlet
+RUN_DEPENDS=	figlet:${PORTSDIR}/misc/figlet
 TEST_DEPENDS=	p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \
 		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
 



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