diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-24 02:23:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-24 02:23:01 +0800 |
commit | e39d09e882dd648e8b4bb56c266cd545fee18513 (patch) | |
tree | 0f5e35840953e0b4f061b421e3a0fbe6fc677562 /x11/gnome-applets | |
parent | f0fbc7455847d1413f5ec1f743138e435717ebd3 (diff) | |
download | marcuscom-ports-e39d09e882dd648e8b4bb56c266cd545fee18513.tar.gz marcuscom-ports-e39d09e882dd648e8b4bb56c266cd545fee18513.tar.zst marcuscom-ports-e39d09e882dd648e8b4bb56c266cd545fee18513.zip |
Remove gail as it has been included in gtk20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11374 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-applets')
-rw-r--r-- | x11/gnome-applets/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile index 8f964b837..99a7df251 100644 --- a/x11/gnome-applets/Makefile +++ b/x11/gnome-applets/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-applets/Makefile,v 1.184 2008/08/05 05:50:46 marcus Exp $ +# $MCom: ports/x11/gnome-applets/Makefile,v 1.185 2008/08/18 15:15:21 mezz Exp $ # PORTNAME= gnome-applets @@ -31,8 +31,8 @@ GNOME_DESKTOP_VERSION=2 INSTALLS_OMF= yes INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel \ - gail gnomedocutils libgnomekbd +USE_GNOME= gnomeprefix gnomehack intlhack gnomepanel gnomedocutils \ + libgnomekbd WANT_GNOME= yes USE_GSTREAMER= yes GNU_CONFIGURE= yes |