diff options
author | tobez <tobez@FreeBSD.org> | 2008-09-04 19:54:36 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2008-09-04 19:54:36 +0800 |
commit | 8d5edaf0d01b1aef5a05c1969fb0262809d4df96 (patch) | |
tree | fee1ef89c4c11943676cefc1e5bbe210c78201b4 | |
parent | 6b035a64d96cc0a7e51c23f1b4e10ec7cbc1f541 (diff) | |
download | freebsd-ports-gnome-8d5edaf0d01b1aef5a05c1969fb0262809d4df96.tar.gz freebsd-ports-gnome-8d5edaf0d01b1aef5a05c1969fb0262809d4df96.tar.zst freebsd-ports-gnome-8d5edaf0d01b1aef5a05c1969fb0262809d4df96.zip |
Fix bogus dependency.
Reported by: QAT bot
-rw-r--r-- | devel/p5-IPC-PubSub/Makefile | 2 |
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} |