diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 10:06:58 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-06 10:06:58 +0000 |
commit | 3eadec471b14f2d4803201e1043c2c837e7c17f6 (patch) | |
tree | c0ce8acba67807ebd8ee02b1b89f9ec4e76ba90c /x11-wm/wmakerconf/Makefile | |
parent | Upgrade to 0.44 (also called 0.4alpha4) (diff) |
update to 2.6.1
PR: 17768
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
Notes
Notes:
svn path=/head/; revision=27370
Diffstat (limited to 'x11-wm/wmakerconf/Makefile')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 9987568757b2..3ac58b83a248 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: wmakerconf -# Version required: 2.4 +# Version required: 2.6.1 # Date Created: 14 August 1999 # Whom: Dominik Rothert <dr@domix.de> # # $FreeBSD$ # -DISTNAME= wmakerconf-2.5 +DISTNAME= wmakerconf-2.6.1 CATEGORIES= x11-wm -MASTER_SITES= http://ulli.linuxbox.com/wmakerconf/ +MASTER_SITES= http://ulli.linuxave.net/wmakerconf/ MAINTAINER= dr@domix.de @@ -16,7 +16,6 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker \ rpm:${PORTSDIR}/misc/rpm \ bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget - LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ Imlib.5:${PORTSDIR}/graphics/imlib \ PropList.2:${PORTSDIR}/devel/libPropList \ @@ -26,7 +25,6 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ png.3:${PORTSDIR}/graphics/png \ wraster.3:${PORTSDIR}/x11-wm/windowmaker \ wmfun.0:${PORTSDIR}/x11-wm/windowmaker - BUILD_DEPENDS= bunzip2:${PORTSDIR}/archivers/bzip2 \ wget:${PORTSDIR}/ftp/wget |