diff options
author | tron <tron@pkgsrc.org> | 1999-03-01 23:05:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-01 23:05:47 +0000 |
commit | 2609fdc9fad5350a2b25c205ec8497f3e6e51588 (patch) | |
tree | 7e08789eb4616b9c3a2431d3f83e1c275afca2ac /x11/fvwm1 | |
parent | 4daf155f19a558b1371b96be1a79384adef9757d (diff) | |
download | pkgsrc-2609fdc9fad5350a2b25c205ec8497f3e6e51588.tar.gz |
Fix typo in conflict list.
Diffstat (limited to 'x11/fvwm1')
-rw-r--r-- | x11/fvwm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index 04831cac78d..298d968efda 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/03/01 23:04:06 tron Exp $ +# $NetBSD: Makefile,v 1.16 1999/03/01 23:05:47 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.hpc.uh.edu/fvwm/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS= xpmroot-2.2:../../x11/xpmroot -CONFLICTS= fvmw-1.* +CONFLICTS= fvwm-1.* USE_IMAKE= yes # drop -a because we have no `depends' target |