diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:47:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-08-22 05:47:31 +0800 |
commit | 7ce74faf6120ad7616105f8b4ca3517088600d80 (patch) | |
tree | 9594aa14b3ffd35dee94ac1abc3c3991ff87c154 | |
parent | e2772b712846ef00fa816e7e2f68233773cc5b2b (diff) | |
download | marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar.gz marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar.bz2 marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar.lz marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar.xz marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.tar.zst marcuscom-ports-7ce74faf6120ad7616105f8b4ca3517088600d80.zip |
Doh! Meant to do this first. Remove libgtkhtml2 as this can be brought in
from a dependency if needed.
Discussed with: adamw and mezz
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11366 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index b56fd0000..61cd0a92d 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.252 2008/08/20 23:47:33 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.253 2008/08/21 21:43:15 marcus Exp $ # PORTNAME= gnome2 PORTVERSION= 2.23.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= x11 gnome MASTER_SITES= # empty DISTFILES= # empty @@ -51,7 +51,6 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple totem:${PORTSDIR}/multimedia/totem \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ ${LOCALBASE}/share/gnome-background-properties/gnome-nature.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \ - ${LOCALBASE}/libdata/pkgconfig/libgtkhtml-2.0.pc:${PORTSDIR}/www/libgtkhtml \ evince:${PORTSDIR}/graphics/evince \ alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ |