diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11-toolkits/blt | |
parent | 2327dcc513edf942d1e35b5e5bdc16284e569fa6 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/blt')
-rw-r--r-- | x11-toolkits/blt/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile index 0af732bd5794..0b00c7039a0d 100644 --- a/x11-toolkits/blt/Makefile +++ b/x11-toolkits/blt/Makefile @@ -3,14 +3,16 @@ # Date created: 14 December 1994 # Whom: wollman # -# $Id: Makefile,v 1.2 1995/02/11 13:51:16 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/01 12:50:43 jkh Exp $ # DISTNAME= blt-1.7 -DISTFILES= BLT-1.7.tar.gz -MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ +DISTFILES= BLT-1.7.tar.gz + LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk + GNU_CONFIGURE= yes ALL_TARGET= all sharedlib |