summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-12-04 01:08:41 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-12-04 01:08:41 +0000
commit2ca0b9e9f46db7205c019cea3bca5d823f1a4e87 (patch)
tree96a7802937e2700b536fbfcbcac83d57f89694ec
parent- Fix build with gcc 3.3 (diff)
Get this to compile when GTK+ is not present. Fix whitespace too.
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=94854
-rw-r--r--x11-wm/aewm/Makefile10
1 files 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 <bsd.port.pre.mk>
.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