diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-17 04:00:37 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-10-17 04:00:37 +0000 |
commit | a2de8a58886dffa92786983e6a7de57d532416a8 (patch) | |
tree | d9ca5eaf27a15e1e069e27c9ad735d2ca727044d /x11-wm/aewm | |
parent | Mark BROKEN on -CURRENT. Having garbage collection enabled causes mono (diff) |
Remove support for GTK+ 1.2.
Submitted by: edwin
Diffstat (limited to 'x11-wm/aewm')
-rw-r--r-- | x11-wm/aewm/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile index 4f925368ceb8..7447eebffd48 100644 --- a/x11-wm/aewm/Makefile +++ b/x11-wm/aewm/Makefile @@ -13,7 +13,7 @@ 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" +#BROKEN= "Does not compile" GTKCLIENTS= aemenu-gtk aepanel-gtk XAWCLIENTS= set-gnome-pda \ @@ -35,9 +35,6 @@ REINPLACE_ARGS= -i'' -E .if ${HAVE_GNOME:Mgtk20}!="" USE_GNOME+= gtk20 PKGNAMESUFFIX= -gtk -.elseif ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk .endif do-patch: |