diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-11-14 17:19:54 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-11-14 17:19:54 +0000 |
commit | d1b6d21a45292c3a9c1cd075830c62c8d548c605 (patch) | |
tree | 4796ced3333ffa72bb7a68f8190c4290ab391642 /x11/tkgoodstuff | |
parent | a5d40cdbf66e2bca7acb6752dc2c113c277e0cd8 (diff) | |
download | ports-d1b6d21a45292c3a9c1cd075830c62c8d548c605.tar.gz ports-d1b6d21a45292c3a9c1cd075830c62c8d548c605.zip |
Depend on the fvwm program, not fvwm2 (the old fvwm2 port installed as fvwm)
Notes
Notes:
svn path=/head/; revision=8624
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 b80ee3233a76..f3c568bc38cd 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Oct 1996 # Whom: pst # -# $Id: Makefile,v 1.5 1997/04/20 13:20:00 wosch Exp $ +# $Id: Makefile,v 1.7 1997/07/07 06:30:30 pst Exp $ # DISTNAME= tkgoodstuff4.2 @@ -13,7 +13,7 @@ MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/ MAINTAINER= pst@FreeBSD.org -RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2 +RUN_DEPENDS= fvwm2:${PORTSDIR}/x11/fvwm2 LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42 WRKSRC= ${WRKDIR}/tkgoodstuff4.2b1-8 |