diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-10-10 05:50:17 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-10-10 05:50:17 +0000 |
commit | 70e23ce8ffb26a4787b9fad8e72b1c61d93b4540 (patch) | |
tree | 771281499c3e88c2c54858507e07d19365e8dbff /x11/tkgoodstuff/Makefile | |
parent | Oops, I didn't meant to put x11 in the CATEGORIES. (diff) |
Clean up Biff and goodstuff startup
Notes
Notes:
svn path=/head/; revision=3951
Diffstat (limited to 'x11/tkgoodstuff/Makefile')
-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 cb324980a160..dbfbe8c34f6f 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Oct 1996 # Whom: pst # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/10/08 04:45:57 pst Exp $ # #PKGNAME= tkgoodstuff-4.1 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pst@FreeBSD.org RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2 -LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 GNU_CONFIGURE= yes CONFIGURE_ENV= TCLCONFIGSH=/usr/libdata/tcl/tclConfig.sh TCLSH=/usr/bin/tclsh \ |