aboutsummaryrefslogtreecommitdiff
path: root/devel/gconf2/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 18:42:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-07 18:42:25 +0000
commit336b31c3940aea29270fc9fd9b51d3ba1633729e (patch)
treeab986f61fb6fef3625ba83cee9ea5d304243bfe8 /devel/gconf2/Makefile
parentd02465ee5bd1e47c51b942f66a4c99d7dc742601 (diff)
downloadports-336b31c3940aea29270fc9fd9b51d3ba1633729e.tar.gz
ports-336b31c3940aea29270fc9fd9b51d3ba1633729e.zip
Update to GNOME 2.2.
This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts.
Notes
Notes: svn path=/head/; revision=75035
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r--devel/gconf2/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile
index bb54a6c674af..f47d5186f56f 100644
--- a/devel/gconf2/Makefile
+++ b/devel/gconf2/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= gconf2
-PORTVERSION= 1.2.1
+PORTVERSION= 2.2.0
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/GConf/1.2
+MASTER_SITE_SUBDIR= sources/GConf/2.2
DISTNAME= GConf-${PORTVERSION}
DIST_SUBDIR= gnome2
@@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2 \
xml2.5:${PORTSDIR}/textproc/libxml2 \
- gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
+ gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20
USE_BZIP2= yes
USE_GMAKE= yes
@@ -35,6 +35,8 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
+ ${WRKSRC}/po/Makefile.in.in
post-install:
@${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps