diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-14 17:51:08 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-14 17:51:08 +0000 |
commit | e2161c1c0849ff9d1c53f7baa5afb8580c8eb5c3 (patch) | |
tree | 4535a95e829a8b892aea1d5dc2a3bc8f32baba33 /x11/tkgoodstuff/Makefile | |
parent | Depend on the fvwm program, not fvwm2 (the old fvwm2 port installed as fvwm) (diff) |
Upgrade tkgoodstuff port to 8.0-final
Notes
Notes:
svn path=/head/; revision=8625
Diffstat (limited to 'x11/tkgoodstuff/Makefile')
-rw-r--r-- | x11/tkgoodstuff/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index f3c568bc38cd..dcc91dfb5bf2 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -1,25 +1,24 @@ # New ports collection makefile for: tkgoodstuff -# Version required: 4.2b1-8 +# Version required: 8.0-final # Date created: 7 Oct 1996 # Whom: pst # # $Id: Makefile,v 1.7 1997/07/07 06:30:30 pst Exp $ # -DISTNAME= tkgoodstuff4.2 -PKGNAME= tkgoodstuff-4.2b1.8 +DISTNAME= tkgoodstuff8.0-final +PKGNAME= tkgoodstuff-8.0 CATEGORIES= x11 MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ MAINTAINER= pst@FreeBSD.org RUN_DEPENDS= fvwm2:${PORTSDIR}/x11/fvwm2 -LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 -WRKSRC= ${WRKDIR}/tkgoodstuff4.2b1-8 GNU_CONFIGURE= yes -CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl7.6/tclConfig.sh \ - TKCONFIGSH=${PREFIX}/lib/tk4.2/tkConfig.sh +CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \ + TKCONFIGSH=${PREFIX}/lib/tk8.0/tkConfig.sh CONFIGURE_ARGS= --enable-libs STRIP= |