diff options
author | steve <steve@FreeBSD.org> | 1998-02-28 07:15:17 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-02-28 07:15:17 +0800 |
commit | 6ad96cb36024d76164776ba082e689901e4e2e13 (patch) | |
tree | 2047c743bb445c683c6cdacf1af80dfb39ff2e4b /x11-fm/tkdesk/Makefile | |
parent | 457ddef504c9e8ee9c144f6ccfd5c41b2508f0a0 (diff) | |
download | freebsd-ports-graphics-6ad96cb36024d76164776ba082e689901e4e2e13.tar.gz freebsd-ports-graphics-6ad96cb36024d76164776ba082e689901e4e2e13.tar.zst freebsd-ports-graphics-6ad96cb36024d76164776ba082e689901e4e2e13.zip |
Update to the new released version and revert to using tcl7.6/tk4.2
because this port will not work with anything newer at present.
PR: 5282
Reviewed by: maintainer
Diffstat (limited to 'x11-fm/tkdesk/Makefile')
-rw-r--r-- | x11-fm/tkdesk/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/x11-fm/tkdesk/Makefile b/x11-fm/tkdesk/Makefile index 563192f7e24..f40cfdadbaa 100644 --- a/x11-fm/tkdesk/Makefile +++ b/x11-fm/tkdesk/Makefile @@ -1,25 +1,21 @@ # New ports collection makefile for: tkdesk -# Version required: 1.0b5 +# Version required: 1.0 # Date created: 30 Jul 1996 # Whom: shanee@rabbit.augusta.de # -# $Id: Makefile,v 1.4 1997/04/20 13:19:59 wosch Exp $ +# $Id: Makefile,v 1.5 1998/02/21 23:16:55 steve Exp $ # -DISTNAME= tkdesk-1.0b5 -CATEGORIES= misc x11 tk80 -MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/ \ - ftp://ftp.neosoft.com/pub/tcl/sorted/unknown/ +DISTNAME= tkdesk-1.0 +CATEGORIES= misc x11 tk42 +MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/ MAINTAINER= dmlb@ragnet.demon.co.uk -LIB_DEPENDS= tk80\\.1\\.:${PORTSDIR}/x11/tk80 \ - tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42 USE_GMAKE= YES GNU_CONFIGURE= YES -CONFIGURE_ENV= TCLCONF_PATH=${PREFIX}/lib/tcl8.0 TKCONF_PATH=${PREFIX}/lib/tk8.0 -CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1 |