diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-06 18:06:58 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-06 18:06:58 +0800 |
commit | 34b237234386ec5e9783e42d26950055b26e0adf (patch) | |
tree | 8ab757c49ef7eba729b4c7e5026535714e156b46 /x11-wm/wmakerconf/Makefile | |
parent | c77abcb5939c33fe9d728c0932d516a424dc1f6b (diff) | |
download | freebsd-ports-gnome-34b237234386ec5e9783e42d26950055b26e0adf.tar.gz freebsd-ports-gnome-34b237234386ec5e9783e42d26950055b26e0adf.tar.zst freebsd-ports-gnome-34b237234386ec5e9783e42d26950055b26e0adf.zip |
update to 2.6.1
PR: 17768
Submitted by: "Maxim Sobolev" <sobomax@altavista.net>
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 |