diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-11-13 02:00:44 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-11-13 02:00:44 +0000 |
commit | a4d84b344f985e558c94fd7d3981d119b8b08056 (patch) | |
tree | 03b046f63ee10e763e8c60102f701cc4c48c41aa /lang/itcl | |
parent | e2760654710d3c4e841cabf6ac05a9e45980cb72 (diff) | |
download | FreeBSD-ports-a4d84b344f985e558c94fd7d3981d119b8b08056.zip FreeBSD-ports-a4d84b344f985e558c94fd7d3981d119b8b08056.tar.gz |
Fixed mistake in tkConfig.sh, in definition of location of libtk,
from -LNONE/lib to -L/usr/local/lib.
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 2e2d2f4..a706430 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.14 1996/08/26 03:00:41 chuckr Exp $ +# $Id: Makefile,v 1.15 1996/11/12 02:18:30 obrien Exp $ # DISTNAME= itcl2.1 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= chuckr@freebsd.org GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared +CONFIGURE_ARGS= --enable-shared --exec_prefix=${PREFIX} post-extract: @$(RM) -f $(WRKSRC)/tcl7.5/library/*.c |