diff options
author | trevor <trevor@FreeBSD.org> | 2003-12-04 09:08:41 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-12-04 09:08:41 +0800 |
commit | 9e0f306738d3d0274cf00a6944ed94614cd8a247 (patch) | |
tree | a0dcd4cae05c3a2e000908484c73cbae7b22f4cf /x11-wm | |
parent | 826dccf50c1abcd3e8282d6546ea4cb22867b28a (diff) | |
download | freebsd-ports-gnome-9e0f306738d3d0274cf00a6944ed94614cd8a247.tar.gz freebsd-ports-gnome-9e0f306738d3d0274cf00a6944ed94614cd8a247.tar.zst freebsd-ports-gnome-9e0f306738d3d0274cf00a6944ed94614cd8a247.zip |
Get this to compile when GTK+ is not present. Fix whitespace too.
Approved by: portmgr (marcus)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/aewm/Makefile | 10 |
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 |