diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-04 08:00:27 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1999-06-04 08:00:27 +0000 |
commit | 55f83e6f8a28b3993b35205f1803672749d91089 (patch) | |
tree | eaef133e96d25ebef600c21051b4901d2f2ff4db /x11-wm/windowmaker/Makefile | |
parent | fd9fc5a01742303b0d38e9689762b9c64092e713 (diff) | |
download | freebsd-ports-55f83e6f8a28b3993b35205f1803672749d91089.zip |
Upgrade to 0.60.0.
PR: 12016
Submitted by: Brian Handy <handy@physics.montana.edu>
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index cd3403586602..6360b9cbac4a 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: WindowMaker -# Version required: 0.53.0 +# Version required: 0.60.0 # Date created: August 13, 1997 # Whom: handy@physics.montana.edu # -# $Id: Makefile,v 1.50 1999/05/01 02:45:29 steve Exp $ +# $Id: Makefile,v 1.51 1999/05/27 07:32:49 tg Exp $ -DISTNAME= WindowMaker-0.53.0 -PKGNAME= windowmaker-0.53.0 +DISTNAME= WindowMaker-0.60.0 +PKGNAME= windowmaker-0.60.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ http://jgo.local.net/cool_downloads/wm/ @@ -49,5 +49,6 @@ post-configure: post-install: @cd ${WRKDIR}/WindowMaker-extra-0.1; \ ${MAKE} ${MAKE_ARGS} install + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |