diff options
author | steve <steve@FreeBSD.org> | 1998-07-27 00:42:52 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-27 00:42:52 +0000 |
commit | ba3debf0406c02bb3d04c7ddafb68a653dd3436e (patch) | |
tree | acfa1cb2cf45eea26033278d9f85144cfdeee994 /x11-wm/hackedbox/Makefile | |
parent | 489a2264b281f66a9699e0149f630e9a2dce0766 (diff) | |
download | FreeBSD-ports-ba3debf0406c02bb3d04c7ddafb68a653dd3436e.zip FreeBSD-ports-ba3debf0406c02bb3d04c7ddafb68a653dd3436e.tar.gz |
Update to version 0.34.4.
PR: 7392
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/hackedbox/Makefile')
-rw-r--r-- | x11-wm/hackedbox/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index 38eaff4..e965d00 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: Blackbox -# Version required: 0.34.0 +# Version required: 0.34.4 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.2 1998/06/27 20:37:13 steve Exp $ +# $Id: Makefile,v 1.3 1998/07/17 20:33:55 steve Exp $ # -DISTNAME= blackbox-0.34.0 +DISTNAME= blackbox-0.34.4 CATEGORIES= x11 MASTER_SITES= http://linux.wiw.org/blackbox/sources/ MAINTAINER= ports@FreeBSD.ORG -USE_IMAKE= yes +USE_IMAKE= yes .include <bsd.port.mk> |