diff options
author | steve <steve@FreeBSD.org> | 1999-12-23 18:14:56 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-23 18:14:56 +0000 |
commit | b3daddea94493d581deb24020eaec17ab4bf009c (patch) | |
tree | ab99ca95a6458f5a4ef1ee21a1f5c31df562face /x11-wm/wmakerconf | |
parent | 141330528b18a21e0df6c7365c4e6fbdeb8c275b (diff) | |
download | FreeBSD-ports-b3daddea94493d581deb24020eaec17ab4bf009c.zip FreeBSD-ports-b3daddea94493d581deb24020eaec17ab4bf009c.tar.gz |
Update to version 2.4.
PR: 15355
Submitted by: Maix Sobolev <sobomax@altavista.net>
Diffstat (limited to 'x11-wm/wmakerconf')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 059ebfe..cc61663 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.3 +# Version required: 2.4 # Date Created: 14 August 1999 # Whom: Dominik Rothert <dr@domix.de> # # $FreeBSD$ # -DISTNAME= wmakerconf-2.3 +DISTNAME= wmakerconf-2.4 CATEGORIES= x11-wm -MASTER_SITES= http://members.linuxstart.com/~ulli/wmakerconf/ +MASTER_SITES= http://ulli.linuxbox.com/wmakerconf/ MAINTAINER= dr@domix.de @@ -32,6 +32,7 @@ BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_BZIP2= yes GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_X_PREFIX= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" |