aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-AnyEvent-DBus
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-05 02:30:51 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-05 02:30:51 +0000
commit66b73ba2e04061d6ee668de0c8130ff546a54f94 (patch)
tree99443a5a68ec828fb23ea43d947359002c9b5b97 /devel/p5-AnyEvent-DBus
parentb444389ece7acb9b9e21f5245b796b8776d248b0 (diff)
downloadports-66b73ba2e04061d6ee668de0c8130ff546a54f94.tar.gz
ports-66b73ba2e04061d6ee668de0c8130ff546a54f94.zip
- Add missing BUILD_DEPENDS to silence build warnings
PR: ports/164744 Submitted by: swills (myself) Approved by: sahil (maintainer)
Notes
Notes: svn path=/head/; revision=290414
Diffstat (limited to 'devel/p5-AnyEvent-DBus')
-rw-r--r--devel/p5-AnyEvent-DBus/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-AnyEvent-DBus/Makefile b/devel/p5-AnyEvent-DBus/Makefile
index c089e33d55ad..c49bc1e408fc 100644
--- a/devel/p5-AnyEvent-DBus/Makefile
+++ b/devel/p5-AnyEvent-DBus/Makefile
@@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sahil@FreeBSD.org
COMMENT= Seamlessly integrate Net::DBus into AnyEvent
+BUILD_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
+ p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
+ p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense
RUN_DEPENDS= p5-AnyEvent>=5:${PORTSDIR}/devel/p5-AnyEvent \
p5-Net-DBus>=0.33:${PORTSDIR}/devel/p5-Net-DBus \
p5-common-sense>=3.2:${PORTSDIR}/devel/p5-common-sense