diff options
author | pst <pst@FreeBSD.org> | 1997-11-15 01:19:54 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1997-11-15 01:19:54 +0800 |
commit | 3c6bf55c2f03c9dd3135fbc995e5c6ceb108c826 (patch) | |
tree | b03eaec2987c9650ecb124464e272e9a7cdcaaa5 | |
parent | 706c8ad9c1c190ff5836ba3579c01a4f73fa17e0 (diff) | |
download | freebsd-ports-gnome-3c6bf55c2f03c9dd3135fbc995e5c6ceb108c826.tar.gz freebsd-ports-gnome-3c6bf55c2f03c9dd3135fbc995e5c6ceb108c826.tar.zst freebsd-ports-gnome-3c6bf55c2f03c9dd3135fbc995e5c6ceb108c826.zip |
Depend on the fvwm program, not fvwm2 (the old fvwm2 port installed as fvwm)
-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 |