diff options
Diffstat (limited to 'devel/tcllibc/Makefile')
-rw-r--r-- | devel/tcllibc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllibc/Makefile b/devel/tcllibc/Makefile index 854d25d03f7e..c1f684892af4 100644 --- a/devel/tcllibc/Makefile +++ b/devel/tcllibc/Makefile @@ -5,7 +5,7 @@ PKGNAMESUFFIX= c COMMENT= Compiled implementations of some of the modules of Tcllib -BUILD_DEPENDS= critcl:${PORTSDIR}/devel/critcl +BUILD_DEPENDS= critcl:devel/critcl RUN_DEPENDS= ${PREFIX}/lib/tcllib/pkgIndex.tcl:${MASTERDIR} # PREFIX, not LOCALBASE MASTERDIR= ${.CURDIR:H}/tcllib |