diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-08-26 11:00:41 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-08-26 11:00:41 +0800 |
commit | 86a3eeaaf1b697b96cbdf216355e51efa6927af9 (patch) | |
tree | 6ee0892e07b8c3ebb7b66d682b64661547772b91 /lang/itcl | |
parent | 985955ccf7de6b80ea4676adc40f5d3f7c32e4b0 (diff) | |
download | freebsd-ports-gnome-86a3eeaaf1b697b96cbdf216355e51efa6927af9.tar.gz freebsd-ports-gnome-86a3eeaaf1b697b96cbdf216355e51efa6927af9.tar.zst freebsd-ports-gnome-86a3eeaaf1b697b96cbdf216355e51efa6927af9.zip |
Reorder Makefile variables.
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 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: |