diff options
author | pst <pst@FreeBSD.org> | 1996-10-10 05:50:17 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-10-10 05:50:17 +0000 |
commit | c228dba825b018762ae3a61f087833c35a42f360 (patch) | |
tree | 3dfebf392e8e37878c4f034dd2ec9e9e9964a005 /x11/tkgoodstuff | |
parent | cdbc79f14a4b11613eb0d8778b4911965f752aec (diff) | |
download | FreeBSD-ports-c228dba825b018762ae3a61f087833c35a42f360.zip FreeBSD-ports-c228dba825b018762ae3a61f087833c35a42f360.tar.gz |
Clean up Biff and goodstuff startup
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 cb32498..dbfbe8c 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 \ |