diff options
author | rh <rh> | 1999-11-01 08:44:24 +0000 |
---|---|---|
committer | rh <rh> | 1999-11-01 08:44:24 +0000 |
commit | 4e5cddbb0ff0b8b44e36d5e10c2e124ed6aa0829 (patch) | |
tree | 2149feccab3d7afae0fb88c9a258a189dfaa6322 /x11/xpmroot/Makefile | |
parent | adeef2575093292cf4d459daa5b5725437f3e71d (diff) | |
download | pkgsrc-4e5cddbb0ff0b8b44e36d5e10c2e124ed6aa0829.tar.gz |
Update xpmroot to 2.2.2. This package should now correctly link under ELF
systems. There are no changes to the xpmroot program itself, really, but
since fvwm2 is now at version 2.2.2, there is no reason to fetch and keep
two distinct versions of the fwvm2 distfile.
Diffstat (limited to 'x11/xpmroot/Makefile')
-rw-r--r-- | x11/xpmroot/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile index 3417a1cf485..e82514991be 100644 --- a/x11/xpmroot/Makefile +++ b/x11/xpmroot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 1999/10/07 17:42:01 tron Exp $ +# $NetBSD: Makefile,v 1.8 1999/11/01 08:44:24 rh Exp $ # -V= 2.2 +V= 2.2.2 DISTNAME= fvwm-${V} PKGNAME= xpmroot-${V} CATEGORIES= x11 @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/ \ ftp://ftp.TokyoNet.AD.JP/pub/X/fvwm/fvwm-users-jp/kits/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.fvwm.org/xpmroot.html DEPENDS+= xpm-3.4k:../../graphics/xpm |