aboutsummaryrefslogtreecommitdiff
path: root/sysutils/p5-MogileFS-Server
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/p5-MogileFS-Server
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/p5-MogileFS-Server')
-rw-r--r--sysutils/p5-MogileFS-Server/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/p5-MogileFS-Server/Makefile b/sysutils/p5-MogileFS-Server/Makefile
index e10bcd07936c..46e63d839825 100644
--- a/sysutils/p5-MogileFS-Server/Makefile
+++ b/sysutils/p5-MogileFS-Server/Makefile
@@ -11,16 +11,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= trociny@FreeBSD.org
COMMENT= MogileFS (distributed filesystem) server
-BUILD_DEPENDS= p5-Danga-Socket>=1.56:${PORTSDIR}/devel/p5-Danga-Socket \
- p5-DBD-SQLite>=1.13:${PORTSDIR}/databases/p5-DBD-SQLite \
- p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \
- p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
- p5-IO-AIO>=0:${PORTSDIR}/devel/p5-IO-AIO \
- p5-MogileFS-Client>=0:${PORTSDIR}/sysutils/p5-MogileFS-Client \
- p5-Net-Netmask>=0:${PORTSDIR}/net-mgmt/p5-Net-Netmask \
- p5-Perlbal>=1.79:${PORTSDIR}/www/perlbal \
- p5-Sys-Syscall>=0.22:${PORTSDIR}/devel/p5-Sys-Syscall \
- p5-Sys-Syslog>=0:${PORTSDIR}/sysutils/p5-Sys-Syslog
+BUILD_DEPENDS= p5-Danga-Socket>=1.56:devel/p5-Danga-Socket \
+ p5-DBD-SQLite>=1.13:databases/p5-DBD-SQLite \
+ p5-DBD-mysql>=0:databases/p5-DBD-mysql \
+ p5-DBI>=0:databases/p5-DBI \
+ p5-IO-AIO>=0:devel/p5-IO-AIO \
+ p5-MogileFS-Client>=0:sysutils/p5-MogileFS-Client \
+ p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \
+ p5-Perlbal>=1.79:www/perlbal \
+ p5-Sys-Syscall>=0.22:devel/p5-Sys-Syscall \
+ p5-Sys-Syslog>=0:sysutils/p5-Sys-Syslog
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5