diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:13:11 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-12-08 21:13:11 +0000 |
commit | 71a99964bd57411bdf26b2dac1ed2c7751190b5a (patch) | |
tree | 6bffc752628a4a6f8b4b27fea7415251f7cd0faa /x11/gnome | |
parent | Mark BROKEN.. it's incompatible with the new x11-toolkits/gal. (diff) |
It's high time that the GNOME metaport got cleaned up to actually
USE_GNOME :)
Notes
Notes:
svn path=/head/; revision=35787
Diffstat (limited to 'x11/gnome')
-rw-r--r-- | x11/gnome/Makefile | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/x11/gnome/Makefile b/x11/gnome/Makefile index 6285920cdad0..a0557fa39364 100644 --- a/x11/gnome/Makefile +++ b/x11/gnome/Makefile @@ -14,22 +14,6 @@ EXTRACT_ONLY= # empty MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ - gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - audiofile.0:${PORTSDIR}/audio/libaudiofile \ - esd.2:${PORTSDIR}/audio/esound \ - Imlib.5:${PORTSDIR}/graphics/imlib \ - ORBit.2:${PORTSDIR}/devel/ORBit \ - gnome.4:${PORTSDIR}/x11/gnomelibs \ - gtop.1:${PORTSDIR}/devel/libgtop \ - xml.5:${PORTSDIR}/textproc/libxml \ - ghttp.1:${PORTSDIR}/www/libghttp \ - glade.4:${PORTSDIR}/devel/libglade \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ - panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gnomeprint.13:${PORTSDIR}/print/gnomeprint - RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk-engines \ another_clock_applet:${PORTSDIR}/x11/gnomeapplets \ gmc:${PORTSDIR}/x11-fm/gnomemc \ @@ -39,7 +23,6 @@ RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk ${X11BASE}/share/gnome/help/users-guide/C/aboutug.html:${PORTSDIR}/misc/gnomeusersguide \ gcalc:${PORTSDIR}/misc/gnomeutils \ gnomecard:${PORTSDIR}/deskutils/gnomepim \ - ${X11BASE}/share/gnome/sounds/startup.wav:${PORTSDIR}/audio/gnomeaudio \ gtcd:${PORTSDIR}/audio/gnomemedia \ gnomine:${PORTSDIR}/games/gnomegames \ ElectricEyes:${PORTSDIR}/graphics/electriceyes \ @@ -49,6 +32,7 @@ RUN_DEPENDS= ${X11BASE}/share/themes/Metal/ICON.png:${PORTSDIR}/x11-toolkits/gtk NO_BUILD= yes +USE_GNOME= yes USE_PYTHON= yes do-install: # empty |