diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-10-13 16:05:47 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-10-13 16:05:47 +0000 |
commit | 1d6553e0ae05b0cc2e1e7b79a61940098ae1210a (patch) | |
tree | 3b00e10393e1be24d5316b414db64a7574ee0d83 /sysutils/sanoid | |
parent | 2018f7d460b0fdc8991570766e2c6fe7533317e7 (diff) | |
download | ports-1d6553e0ae05b0cc2e1e7b79a61940098ae1210a.tar.gz ports-1d6553e0ae05b0cc2e1e7b79a61940098ae1210a.zip |
Notes
Diffstat (limited to 'sysutils/sanoid')
-rw-r--r-- | sysutils/sanoid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/sanoid/Makefile b/sysutils/sanoid/Makefile index 135b31ec5977..e4c43b71d581 100644 --- a/sysutils/sanoid/Makefile +++ b/sysutils/sanoid/Makefile @@ -3,7 +3,7 @@ PORTNAME= sanoid DISTVERSIONPREFIX= v DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= hartzell@alerce.com @@ -12,9 +12,9 @@ COMMENT= Policy-driven snapshot management and replication tools LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${LOCALBASE}/bin/lzop:archivers/lzop \ - ${LOCALBASE}/bin/mbuffer:misc/mbuffer \ - ${LOCALBASE}/bin/pv:sysutils/pv \ +RUN_DEPENDS= lzop:archivers/lzop \ + mbuffer:misc/mbuffer \ + pv:sysutils/pv \ p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ p5-Config-IniFiles>=0:devel/p5-Config-IniFiles |