diff options
-rw-r--r-- | x11/fvwm1/Makefile | 4 | ||||
-rw-r--r-- | x11/fvwm95/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index d681e7a6d5c..50703c7f263 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/11/19 15:40:47 agc Exp $ +# $NetBSD: Makefile,v 1.14 1999/03/01 22:56:50 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -10,7 +10,7 @@ MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.hpc.uh.edu/fvwm/ DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS= xpmroot-1.01:../../x11/xpmroot +DEPENDS= xpmroot-2.2:../../x11/xpmroot USE_IMAKE= yes # drop -a because we have no `depends' target diff --git a/x11/fvwm95/Makefile b/x11/fvwm95/Makefile index a4e5a75506b..cd24ac8e385 100644 --- a/x11/fvwm95/Makefile +++ b/x11/fvwm95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:55 agc Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/01 22:52:24 tron Exp $ # FreeBSD: Makefile,v 1.17 1997/12/24 01:21:18 alex Exp # @@ -12,7 +12,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://mitac11.uia.ac.be/html-test/fvwm95.html DEPENDS+= xpm-3.4k:../../graphics/xpm -DEPENDS+= xpmroot-1.01:../../x11/xpmroot +DEPENDS+= xpmroot-2.2:../../x11/xpmroot DEPENDS+= rplay-3.2.0b6:../../audio/rplay USE_X11BASE= yes |