summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 15:11:40 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-14 15:11:40 +0000
commitcdc4e9e69fb403d41063d897475017aafc8059d7 (patch)
tree62e64fd79615e61e1f0ac53003e141fc399f7453
parentadd p5-Crypt-DES_EDE3 0.01 (diff)
- Correct LIB_DEPENDS (gtk13 --> gtk20);
- use the same MASTER_SITE_SUBDIR and other GNOME2 beta2 ports. Submitted by: Stephen L. Palmer <slpalmer@midearth.org>
Notes
Notes: svn path=/head/; revision=56084
-rw-r--r--devel/gconf2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index e95f61005bd8..2543197d404c 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -9,7 +9,7 @@ PORTNAME= gconf2
PORTVERSION= 1.1.8
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta
+MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta2
DISTNAME= GConf-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -18,7 +18,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \
db3.2:${PORTSDIR}/databases/db3 \
xml2.5:${PORTSDIR}/textproc/libxml2 \
- gtk-x11-1.3.14:${PORTSDIR}/x11-toolkits/gtk13
+ gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
USE_BZIP2= yes
USE_GMAKE= yes