diff options
author | tron <tron@pkgsrc.org> | 1999-03-01 23:19:02 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-03-01 23:19:02 +0000 |
commit | a05764967f6930e953623f54564f62436ca19029 (patch) | |
tree | c4505d1fdbf53deda59b2338b501f9eea4d52929 | |
parent | 87dc2a00aee9dcfb8427f8be76be4153fdf2a202 (diff) | |
download | pkgsrc-a05764967f6930e953623f54564f62436ca19029.tar.gz |
Rename package to "fvwm2-2.2" to keep things consistent.
-rw-r--r-- | x11/fvwm2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/fvwm2/Makefile b/x11/fvwm2/Makefile index 4822b7f62cd..a762af0b7cb 100644 --- a/x11/fvwm2/Makefile +++ b/x11/fvwm2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 1999/03/01 01:40:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.18 1999/03/01 23:19:02 tron Exp $ # FreeBSD Id: Makefile,v 1.12 1997/10/11 10:42:43 jkh Exp # DISTNAME= fvwm-2.2 +PKGNAME= ${DISTNAME:S/fvwm/fvwm2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ \ ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/2.0.x/ \ @@ -18,6 +19,8 @@ HOMEPAGE= http://www.fvwm.org/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= xpmroot-2.2:../../x11/xpmroot +CONFLICTS= fvwm-2.* + USE_X11BASE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-extras |