diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-toolkits/blt | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
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 |