diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:39:38 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-04 23:39:38 +0000 |
commit | d93effe28e8ba942611ceeddfb1a04e86340d95b (patch) | |
tree | 5d3ba93bfdf96051e9403812ba071d4fc3669695 /devel/clig | |
parent | 4999bc2b983031c1aa140f25c4726d9712329cdf (diff) | |
download | ports-d93effe28e8ba942611ceeddfb1a04e86340d95b.tar.gz ports-d93effe28e8ba942611ceeddfb1a04e86340d95b.zip |
Notes
Diffstat (limited to 'devel/clig')
-rw-r--r-- | devel/clig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 1fd8daa7c778..db79045e1a7e 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://wsd.iitb.fhg.de/~kir/clighome/ MAINTAINER= billf@FreeBSD.org # This should work with any version of tcl. See also ${MAKE_ENV}. -BUILD_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 -RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +BUILD_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 +RUN_DEPENDS= ${LOCALBASE}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 MAN1= clig.1 |