svn commit: r424853 - head/sysutils/runwhen

Michael Gmelin grembo at FreeBSD.org
Fri Oct 28 14:22:38 UTC 2016


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
 


More information about the svn-ports-all mailing list