diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-02 06:14:51 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-09-02 06:14:51 +0000 |
commit | 3cecf6ea63f4c961b99915e2e306f40029ebe868 (patch) | |
tree | 85d3a896812cd24cff99f23f28acb944113894fa /x11-wm/windowmaker/Makefile | |
parent | activate USE_PERL5 (diff) |
Upgrade to 0.19.0.
Reviewed by: Brian Handy <handy@physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=12988
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index c418219277a2..337d9e46ca66 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.18.1b +# Version required: 0.19.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.20 1998/08/11 08:37:43 tg Exp $ +# $Id: Makefile,v 1.21 1998/08/19 07:01:52 tg Exp $ -DISTNAME= WindowMaker-0.18.1b -PKGNAME= windowmaker-0.18.1b +DISTNAME= WindowMaker-0.19.0 +PKGNAME= windowmaker-0.19.0 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/ \ ftp://ftp.io.com/pub/mirror/windowmaker/beta/srcs/ \ @@ -20,7 +20,6 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ png\\.2\\.:${PORTSDIR}/graphics/png \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 -WRKSRC= ${WRKDIR}/WindowMaker-0.18.1 USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= X11BASE=${X11BASE} |