diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:43 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:43 +0800 |
commit | b75ec6fb445fc905743a6e26fae3815263443f5d (patch) | |
tree | 657fb365a4eea0c4c3caba52fe1c6295f844c675 /misc | |
parent | 18185b3ebb9ea1e95b9367ee251c16accc00a19b (diff) | |
download | freebsd-ports-gnome-b75ec6fb445fc905743a6e26fae3815263443f5d.tar.gz freebsd-ports-gnome-b75ec6fb445fc905743a6e26fae3815263443f5d.tar.zst freebsd-ports-gnome-b75ec6fb445fc905743a6e26fae3815263443f5d.zip |
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Text-FIGlet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Text-FIGlet/Makefile b/misc/p5-Text-FIGlet/Makefile index cdb965db7639..acfa0957f5a2 100644 --- a/misc/p5-Text-FIGlet/Makefile +++ b/misc/p5-Text-FIGlet/Makefile @@ -14,7 +14,7 @@ COMMENT= Perl module to provide FIGlet abilities, akin to banner 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 |