diff options
author | asami <asami@FreeBSD.org> | 1999-02-13 08:46:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-13 08:46:30 +0800 |
commit | 5a6ab78e6965be5407f0c651fc92d01346724817 (patch) | |
tree | de5818de86c2e244eeb176b3e5c59eb9d07e3e7c /lang | |
parent | 0b56d655bb8ec808bf95cfa460ab4c52c68dbeb3 (diff) | |
download | freebsd-ports-gnome-5a6ab78e6965be5407f0c651fc92d01346724817.tar.gz freebsd-ports-gnome-5a6ab78e6965be5407f0c651fc92d01346724817.tar.zst freebsd-ports-gnome-5a6ab78e6965be5407f0c651fc92d01346724817.zip |
This port requires Xlib.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/itcl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 151d0a7471fb..39866fb20d4b 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Aug 17 1996 # Whom: chuckr # -# $Id: Makefile,v 1.19 1997/05/31 17:36:10 fenner Exp $ +# $Id: Makefile,v 1.20 1997/07/17 15:12:47 max Exp $ # DISTNAME= itcl2.1 @@ -16,6 +16,7 @@ MAINTAINER= chuckr@freebsd.org BROKEN= "installation does not DTRT" GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --exec_prefix=${PREFIX} +USE_XLIB= yes post-extract: @$(RM) -f $(WRKSRC)/tcl7.5/library/*.c |