diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-22 09:37:19 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1998-10-22 09:37:19 +0000 |
commit | d3e5e79dd64ba0014255e464cff6242e666a33fe (patch) | |
tree | 24ef115bd48ad1225410a0919a082a04b586060d /x11-wm/openbox/Makefile | |
parent | 9d7c8151afbaebca7269d8536d8258eff1e11200 (diff) | |
download | ports-d3e5e79dd64ba0014255e464cff6242e666a33fe.tar.gz ports-d3e5e79dd64ba0014255e464cff6242e666a33fe.zip |
Notes
Diffstat (limited to 'x11-wm/openbox/Makefile')
-rw-r--r-- | x11-wm/openbox/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 9ead405f4179..3178783cd233 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: Blackbox -# Version required: 0.40.10 +# Version required: 0.40.11 # Date created: June 15, 1998 # Whom: Brian Handy <handy@physics.montana.edu> # -# $Id: Makefile,v 1.9 1998/10/10 03:38:34 steve Exp $ +# $Id: Makefile,v 1.10 1998/10/21 04:20:10 jkoshy Exp $ # -DISTNAME= blackbox-0.40.10 +DISTNAME= blackbox-0.40.11 CATEGORIES= x11-wm MASTER_SITES= http://linux.wiw.org/blackbox/sources/ MAINTAINER= ports@FreeBSD.ORG -USE_IMAKE= yes +USE_X_PREFIX= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> |