diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-26 03:00:41 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-08-26 03:00:41 +0000 |
commit | 1358362a8099e1c78171c80a223ae39adc2067fe (patch) | |
tree | 6aabf74d7318ce18008622b424808fc794ab8a66 /lang | |
parent | Update port to 3.6 level, with help from James Fitzgibbons. (diff) |
Reorder Makefile variables.
Diffstat (limited to '')
-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 cb34637109b9..6c921280df8d 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,17 +3,17 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.12 1996/08/24 17:12:05 chuckr Exp $ +# $Id: Makefile,v 1.13 1996/08/25 23:47:09 chuckr Exp $ # DISTNAME= itcl2.1 PKGNAME= itcl-2.1 -GNU_CONFIGURE= yes CATEGORIES+= lang MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/NEW/ MAINTAINER= chuckr@freebsd.org +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared post-extract: |