aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2008-09-04 11:54:36 +0000
committerAnton Berezin <tobez@FreeBSD.org>2008-09-04 11:54:36 +0000
commita874531649e161ec16e58be603ebab7e31eb1ded (patch)
tree48dca472aa8cf626febe10ddfb34aa63e437c38a /devel
parent275bdb77401957075dada2fd7c6b856f6207bb1a (diff)
downloadports-a874531649e161ec16e58be603ebab7e31eb1ded.tar.gz
ports-a874531649e161ec16e58be603ebab7e31eb1ded.zip
Fix bogus dependency.
Reported by: QAT bot
Notes
Notes: svn path=/head/; revision=219829
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IPC-PubSub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-IPC-PubSub/Makefile b/devel/p5-IPC-PubSub/Makefile
index e2302eccfb17..1a5629e52e2b 100644
--- a/devel/p5-IPC-PubSub/Makefile
+++ b/devel/p5-IPC-PubSub/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= tobez@FreeBSD.org
COMMENT= Interprocess Publish/Subscribe channels
BUILD_DEPENDS= p5-DBM-Deep>=1:${PORTSDIR}/databases/p5-DBM-Deep \
- pt-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
+ p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Data-UUID>0:${PORTSDIR}/devel/p5-Data-UUID
RUN_DEPENDS= ${BUILD_DEPENDS}