aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-02-15 06:10:05 +0800
committerantoine <antoine@FreeBSD.org>2015-02-15 06:10:05 +0800
commit97d302046be078da95d1ba7857072e853d52ae4c (patch)
treec0a3a60012b2645a4d4149dfc24d732c4348429c
parentd523a67802ef4a6c861b4b60bf5a7e5c9dbcecaf (diff)
downloadfreebsd-ports-gnome-97d302046be078da95d1ba7857072e853d52ae4c.tar.gz
freebsd-ports-gnome-97d302046be078da95d1ba7857072e853d52ae4c.tar.zst
freebsd-ports-gnome-97d302046be078da95d1ba7857072e853d52ae4c.zip
Fix DEPENDS
-rw-r--r--archivers/p5-Compress-LZW/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-Compress-LZW/Makefile b/archivers/p5-Compress-LZW/Makefile
index d4ad7b63dbae..98defec1c935 100644
--- a/archivers/p5-Compress-LZW/Makefile
+++ b/archivers/p5-Compress-LZW/Makefile
@@ -14,7 +14,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \
- p5-Types-Standard>0:${PORTSDIR}/devel/p5-Type-Tiny \
+ p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \
p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \
p5-strictures>0:${PORTSDIR}/devel/p5-strictures
RUN_DEPENDS:= ${BUILD_DEPENDS}