diff options
author | pi <pi@FreeBSD.org> | 2016-01-25 00:21:56 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-01-25 00:21:56 +0800 |
commit | 7c780659c9f4a02ce86521a2301231753ec5c941 (patch) | |
tree | f7c31f1815fc07fa38823fc83b00f2b37b750b40 /sysutils/s6 | |
parent | 5ee46b1997a38f55661f1716fbeccd0559a1b31f (diff) | |
download | freebsd-ports-gnome-7c780659c9f4a02ce86521a2301231753ec5c941.tar.gz freebsd-ports-gnome-7c780659c9f4a02ce86521a2301231753ec5c941.tar.zst freebsd-ports-gnome-7c780659c9f4a02ce86521a2301231753ec5c941.zip |
sysutils/s6: update to the BUILD_DEPENDS
PR: 206458
Diffstat (limited to 'sysutils/s6')
-rw-r--r-- | sysutils/s6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/s6/Makefile b/sysutils/s6/Makefile index 5905ae513f26..c4296f595b54 100644 --- a/sysutils/s6/Makefile +++ b/sysutils/s6/Makefile @@ -11,8 +11,8 @@ COMMENT= skarnet.org supervision suite LICENSE= ISCL -BUILD_DEPENDS= skalibs>=2.3.8.0:${PORTSDIR}/devel/skalibs \ - execline>=2.1.4.2:${PORTSDIR}/lang/execline +BUILD_DEPENDS= skalibs>=2.3.9.0:${PORTSDIR}/devel/skalibs \ + execline>=2.1.4.5:${PORTSDIR}/lang/execline RUN_DEPENDS= execlineb:${PORTSDIR}/lang/execline USES= gmake |