diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /x11/tkgoodstuff | |
parent | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Notes
Diffstat (limited to 'x11/tkgoodstuff')
-rw-r--r-- | x11/tkgoodstuff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index e6c80f746214..e36fa584bebe 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Oct 1996 # Whom: pst # -# $Id: Makefile,v 1.9 1997/11/14 17:51:01 pst Exp $ +# $Id: Makefile,v 1.10 1998/02/21 22:38:06 fenner Exp $ # DISTNAME= tkgoodstuff8.0-final @@ -14,7 +14,7 @@ MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ MAINTAINER= pst@FreeBSD.org RUN_DEPENDS= fvwm2:${PORTSDIR}/x11/fvwm2 -LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11-toolkits/tk80 GNU_CONFIGURE= yes CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \ |