svn commit: r453229 - head/devel/tcllibc

Pietro Cerutti gahr at FreeBSD.org
Tue Oct 31 11:42:14 UTC 2017


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


More information about the svn-ports-all mailing list