1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00

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)
This commit is contained in:
Mikhail Teterin 2015-06-01 01:47:57 +00:00
parent 7d33c4ab95
commit ad186e600d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388198

View File

@ -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