diff options
author | will <will@FreeBSD.org> | 2000-06-15 02:37:20 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-15 02:37:20 +0800 |
commit | 71eec7d163afe0aea412deadb0597ad039547ff7 (patch) | |
tree | c707f01fe1069bf6777b5602727305ba98f6278e /net-mgmt | |
parent | 44270918ab0957b9b64927f04f36d8228cdf6c66 (diff) | |
download | freebsd-ports-gnome-71eec7d163afe0aea412deadb0597ad039547ff7.tar.gz freebsd-ports-gnome-71eec7d163afe0aea412deadb0597ad039547ff7.tar.zst freebsd-ports-gnome-71eec7d163afe0aea412deadb0597ad039547ff7.zip |
Fix small typo.
Submitted by: W. Gerald Hicks <jhix@mindpspring.com>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 60172ef38aee..ce266522be7a 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -15,7 +15,7 @@ MAINTAINER= dima@Chg.RU LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/tcl8.2 \ +CONFIGURE_ARGS= --with-tcl-config=${LOCALBASE}/lib/tcl8.2 \ --with-tk-config=${LOCALBASE}/lib/tk8.2 WRKSRC=${WRKDIR}/${DISTNAME}/unix |