Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2017 11:42:13 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r453229 - head/devel/tcllibc
Message-ID:  <201710311142.v9VBgD1w038448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Tue Oct 31 11:42:13 2017
New Revision: 453229
URL: https://svnweb.freebsd.org/changeset/ports/453229

Log:
  devel/tcllibc: cleanup Makefile

Modified:
  head/devel/tcllibc/Makefile

Modified: head/devel/tcllibc/Makefile
==============================================================================
--- head/devel/tcllibc/Makefile	Tue Oct 31 10:56:03 2017	(r453228)
+++ head/devel/tcllibc/Makefile	Tue Oct 31 11:42:13 2017	(r453229)
@@ -6,7 +6,7 @@ PKGNAMESUFFIX=	c
 COMMENT=	Compiled implementations of some of the modules of Tcllib
 
 BUILD_DEPENDS=	critcl:devel/critcl
-RUN_DEPENDS=	${LOCALBASE}/lib/tcllib/pkgIndex.tcl:${MASTERDIR}	# PREFIX, not LOCALBASE
+RUN_DEPENDS=	${LOCALBASE}/lib/tcllib/pkgIndex.tcl:devel/tcllib
 
 MASTERDIR=	${.CURDIR:H}/tcllib
 TMPPLIST=	${WRKDIR}/PLIST



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710311142.v9VBgD1w038448>