aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2016-06-03 14:34:34 +0000
committerKris Moore <kmoore@FreeBSD.org>2016-06-03 14:34:34 +0000
commit3daed264471cd83a1747fd0f7822ece6f32def7f (patch)
treeab7869288ebdb09a79413207ef82fee767c0c112 /sysutils
parent0d2ad903a51f9241ed4642cd31c05cc4af7a3b77 (diff)
downloadports-3daed264471cd83a1747fd0f7822ece6f32def7f.tar.gz
ports-3daed264471cd83a1747fd0f7822ece6f32def7f.zip
- Add missing depend on uclcmd
PR: 209884
Notes
Notes: svn path=/head/; revision=416317
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/iocage-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/iocage-devel/Makefile b/sysutils/iocage-devel/Makefile
index 7e0c83817a47..fe730ab278ee 100644
--- a/sysutils/iocage-devel/Makefile
+++ b/sysutils/iocage-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= iocage
PORTVERSION= 20160405
+PORTREVISION= 1
CATEGORIES= sysutils
PKGNAMESUFFIX= -devel
@@ -12,6 +13,8 @@ COMMENT= Full featured, no dependency Jail container manager - devel build
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+RUN_DEPENDS= uclcmd:devel/uclcmd
+
USE_GITHUB= yes
GH_ACCOUNT= iocage
GH_TAGNAME= 94a75a7