aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcron
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-27 09:02:56 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-06-27 09:02:56 +0000
commit3186e08e7cdddac0929decce6bf1d991d8812181 (patch)
tree9b00b47306733fd0c753d6a412fb12557feb9478 /sysutils/mcron
parent58b12aeafce3467eea6235b9aeffe218cdf4d8e0 (diff)
Notes
Diffstat (limited to 'sysutils/mcron')
-rw-r--r--sysutils/mcron/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/sysutils/mcron/Makefile b/sysutils/mcron/Makefile
index 3f4d8d849790..bc29b48d6141 100644
--- a/sysutils/mcron/Makefile
+++ b/sysutils/mcron/Makefile
@@ -3,15 +3,14 @@
PORTNAME= mcron
PORTVERSION= 1.0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= 100% compatible replacement for Vixie cron
-RUN_DEPENDS= guile2>=2.0:lang/guile2
-BUILD_DEPENDS= ${RUN_DEPENDS}
+LIB_DEPENDS= libguile-2.2.so:lang/guile2
USES= pkgconfig
GNU_CONFIGURE= yes
@@ -19,4 +18,8 @@ MAKEFILE= makefile
INFO= mcron
+post-patch:
+ @${REINPLACE_CMD} -e 's,guile-2\.0,guile-2.2,' \
+ ${WRKSRC}/configure
+
.include <bsd.port.mk>