diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:14:56 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 18:14:56 +0000 |
commit | 23f23731acb21b432cb1e5d36d5226fbb8e0a222 (patch) | |
tree | aa8c8ae0add9ef63fc502cd2103828343b27973b /x11-wm/wmakerconf | |
parent | ba55ef946d956de99972839e2128a755888e34fa (diff) |
Notes
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 059ebfe66bdc..cc61663f625a 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}" |