diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-14 18:37:20 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-14 18:37:20 +0000 |
commit | eb8bb24d27d9ca90a84431c349dc23a3760fb003 (patch) | |
tree | 37a81f83d5aee84e3c01fa287b0a391d707e97bb /net/scotty3 | |
parent | 87d2fc014e0049030474cb45bcd23bb4e84f9e39 (diff) | |
download | ports-eb8bb24d27d9ca90a84431c349dc23a3760fb003.tar.gz ports-eb8bb24d27d9ca90a84431c349dc23a3760fb003.zip |
Notes
Diffstat (limited to 'net/scotty3')
-rw-r--r-- | net/scotty3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/scotty3/Makefile b/net/scotty3/Makefile index 60172ef38aee..ce266522be7a 100644 --- a/net/scotty3/Makefile +++ b/net/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 |