aboutsummaryrefslogtreecommitdiff
path: root/sysutils/runwhen
diff options
context:
space:
mode:
authorMichael Gmelin <grembo@FreeBSD.org>2016-10-28 14:22:36 +0000
committerMichael Gmelin <grembo@FreeBSD.org>2016-10-28 14:22:36 +0000
commita4d7e2f8d3edc22b77e2e9094591d154f1597117 (patch)
tree6d8147d0ab634918399f87f161171b5b49bb22b6 /sysutils/runwhen
parent93df8b1e89c446d490e3a10fbe5003a5ee44059b (diff)
downloadports-a4d7e2f8d3edc22b77e2e9094591d154f1597117.tar.gz
ports-a4d7e2f8d3edc22b77e2e9094591d154f1597117.zip
Make libskarnet.so a runtime dependency.
Before this change, "pkg autoremove" would remove devel/skalibs and render runwhen unsuable. Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=424853
Diffstat (limited to 'sysutils/runwhen')
-rw-r--r--sysutils/runwhen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/runwhen/Makefile b/sysutils/runwhen/Makefile
index 13cb76512ca4..7ef71bc471b6 100644
--- a/sysutils/runwhen/Makefile
+++ b/sysutils/runwhen/Makefile
@@ -3,6 +3,7 @@
PORTNAME= runwhen
PORTVERSION= 2015.02.24
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://code.dogmap.org/runwhen/releases/
@@ -11,7 +12,7 @@ COMMENT= Tools for running commands at particular times
LICENSE= GPLv2
-BUILD_DEPENDS= ${LOCALBASE}/include/skalibs:devel/skalibs
+LIB_DEPENDS= libskarnet.so:devel/skalibs
USES= tar:bzip2