diff options
author | tron <tron@pkgsrc.org> | 1999-03-01 23:04:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-01 23:04:06 +0000 |
commit | 4daf155f19a558b1371b96be1a79384adef9757d (patch) | |
tree | 9768dd92999c56f23e1a24d02115e1ca8207690b /x11/fvwm1 | |
parent | ba3307d25c5eff05aa02bad78fbab8e6057e302c (diff) | |
download | pkgsrc-4daf155f19a558b1371b96be1a79384adef9757d.tar.gz |
Rename package to "fvmw1-1.24r" to avoid automatic conflict with "fvwm2"
package.
Diffstat (limited to 'x11/fvwm1')
-rw-r--r-- | x11/fvwm1/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/fvwm1/Makefile b/x11/fvwm1/Makefile index 50703c7f263..04831cac78d 100644 --- a/x11/fvwm1/Makefile +++ b/x11/fvwm1/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 1999/03/01 22:56:50 tron Exp $ +# $NetBSD: Makefile,v 1.15 1999/03/01 23:04:06 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-1.24r +PKGNAME= ${DISTNAME:S/fvwm/fvmw1/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/packages/distfiles/ @@ -12,6 +13,8 @@ HOMEPAGE= http://www.hpc.uh.edu/fvwm/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS= xpmroot-2.2:../../x11/xpmroot +CONFLICTS= fvmw-1.* + USE_IMAKE= yes # drop -a because we have no `depends' target XMKMF= ${SH} -c "xmkmf && make Makefiles" |