Date: Fri, 28 Oct 2016 14:22:37 +0000 (UTC) From: Michael Gmelin <grembo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424853 - head/sysutils/runwhen Message-ID: <201610281422.u9SEMbYV072821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: grembo Date: Fri Oct 28 14:22:36 2016 New Revision: 424853 URL: https://svnweb.freebsd.org/changeset/ports/424853 Log: Make libskarnet.so a runtime dependency. Before this change, "pkg autoremove" would remove devel/skalibs and render runwhen unsuable. Approved by: mentors (implicit) Modified: head/sysutils/runwhen/Makefile Modified: head/sysutils/runwhen/Makefile ============================================================================== --- head/sysutils/runwhen/Makefile Fri Oct 28 14:20:18 2016 (r424852) +++ head/sysutils/runwhen/Makefile Fri Oct 28 14:22:36 2016 (r424853) @@ -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 p LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/include/skalibs:devel/skalibs +LIB_DEPENDS= libskarnet.so:devel/skalibs USES= tar:bzip2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610281422.u9SEMbYV072821>