aboutsummaryrefslogtreecommitdiffstats
path: root/devel/critcl
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2015-06-01 09:47:57 +0800
committermi <mi@FreeBSD.org>2015-06-01 09:47:57 +0800
commit9f18e4adf744414a3e5e4d8e79bec90f2224817b (patch)
tree934047f44043e54fc32bc6cd708ab3059eda2862 /devel/critcl
parent7bb48076aeceb93faaba6f527851aff9c2fba014 (diff)
downloadfreebsd-ports-gnome-9f18e4adf744414a3e5e4d8e79bec90f2224817b.tar.gz
freebsd-ports-gnome-9f18e4adf744414a3e5e4d8e79bec90f2224817b.tar.zst
freebsd-ports-gnome-9f18e4adf744414a3e5e4d8e79bec90f2224817b.zip
Critcl needs an MD5-implementation at runtime and starts its search with the Trf,
so make Trf the run-time dependency. PR: 200498 Approved by: gahr (blanket)
Diffstat (limited to 'devel/critcl')
-rw-r--r--devel/critcl/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile
index 6ff3dac36e91..d3fdfbc196de 100644
--- a/devel/critcl/Makefile
+++ b/devel/critcl/Makefile
@@ -3,12 +3,19 @@
PORTNAME= critcl
PORTVERSION= 3.1.12
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= tcltk@FreeBSD.org
COMMENT= Compiled Runtime in Tcl
+LICENSE= TclTk
+LICENSE_NAME= Tcl/Tk License
+LICENSE_FILE= ${WRKSRC}/license.terms
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+RUN_DEPENDS= ${LOCALBASE}/lib/Trf/pkgIndex.tcl:${PORTSDIR}/devel/tcl-trf
+
USES+= tcl
USE_GITHUB= yes
GH_ACCOUNT= andreas-kupries