diff options
Diffstat (limited to 'x11/fvwm1/Makefile')
-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" |