diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 07:50:14 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-29 07:50:14 +0000 |
commit | 14e7693735f2bd0a313e0f01db893a7eee88163a (patch) | |
tree | a130ab074dbb04e83f924de160e2d0a057e43341 /x11-wm/fvwm24/Makefile | |
parent | - add a patch to let this build with OpenPAM, but mark as broken for (diff) |
Update to 2.4.6 and use the bzip2 distfile.
Submitted by: cy
Notes
Notes:
svn path=/head/; revision=56843
Diffstat (limited to 'x11-wm/fvwm24/Makefile')
-rw-r--r-- | x11-wm/fvwm24/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/fvwm24/Makefile b/x11-wm/fvwm24/Makefile index ae4aae234854..20e18689f71b 100644 --- a/x11-wm/fvwm24/Makefile +++ b/x11-wm/fvwm24/Makefile @@ -6,12 +6,13 @@ # PORTNAME= fvwm -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ \ http://www.fvwm.org/generated/icon_download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} fvwm_icons.tgz EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +USE_BZIP2= yes MAINTAINER= petef@FreeBSD.org |