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 41d102aa4e2..d6df75271ff 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 1999/07/27 21:34:30 tron Exp $ +# $NetBSD: Makefile,v 1.20 1999/11/01 16:09:37 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.hpc.uh.edu/fvwm/ -DEPENDS= xpmroot-2.2:../../x11/xpmroot +DEPENDS= xpmroot-2.*:../../x11/xpmroot CONFLICTS= fvwm-1.* diff --git a/x11/fvwm95/Makefile b/x11/fvwm95/Makefile index 6a1d591e0fa..0ccac117327 100644 --- a/x11/fvwm95/Makefile +++ b/x11/fvwm95/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 1999/07/27 21:34:32 tron Exp $ +# $NetBSD: Makefile,v 1.18 1999/11/01 16:09:39 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+= rplay-3.2.0b6:../../audio/rplay -DEPENDS+= xpmroot-2.2:../../x11/xpmroot +DEPENDS+= xpmroot-2.*:../../x11/xpmroot USE_X11BASE= yes GNU_CONFIGURE= yes |