From 2ca0b9e9f46db7205c019cea3bca5d823f1a4e87 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Thu, 4 Dec 2003 01:08:41 +0000 Subject: [PATCH] Get this to compile when GTK+ is not present. Fix whitespace too. Approved by: portmgr (marcus) --- x11-wm/aewm/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile index a87ff593f4e3..9b74c7b3008e 100644 --- a/x11-wm/aewm/Makefile +++ b/x11-wm/aewm/Makefile @@ -13,8 +13,6 @@ MASTER_SITES= http://www.red-bean.com/~decklin/aewm/ MAINTAINER= trevor@FreeBSD.org COMMENT= ICCCM-compliant window manager based on 9wm -BROKEN= "Does not compile, will be removed after Feb 2" - GTKCLIENTS= aemenu-gtk aepanel-gtk XAWCLIENTS= set-gnome-pda \ aesession \ @@ -29,18 +27,18 @@ USE_GMAKE= yes USE_X_PREFIX= yes WANT_GNOME= yes USE_REINPLACE= yes -REINPLACE_ARGS= -i'' -E +REINPLACE_ARGS= -i '' -E .include .if ${HAVE_GNOME:Mgtk20}!="" -USE_GNOME+= gtk20 -PKGNAMESUFFIX= -gtk +USE_GNOME+= gtk20 +PKGNAMESUFFIX= -gtk .endif do-patch: ${REINPLACE_CMD} 's:/etc/X11/aewm/aewmrc:${PREFIX}/etc/aewmrc:g' \ ${WRKSRC}/src/aewm.h - ${REINPLACE_CMD} 's:\+make:\+gmake:g' ${WRKSRC}/Makefile + ${REINPLACE_CMD} 's:clients::g' ${WRKSRC}/Makefile .if ${HAVE_GNOME:Mgtk20}!="" ${REINPLACE_CMD} 's:gtk-config:${GTK_CONFIG}:g' \ ${WRKSRC}/clients/Makefile