[29401] trunk/dports/gnome/gconf/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Sat Sep 22 18:37:50 PDT 2007
Revision: 29401
http://trac.macosforge.org/projects/macports/changeset/29401
Author: nox at macports.org
Date: 2007-09-22 18:37:50 -0700 (Sat, 22 Sep 2007)
Log Message:
-----------
gconf:
* Fixed dependencies.
* Removed docdir configure arg.
* Reverted change from r16891, we don't want a {{{use-sys-deps}}} variant.
Modified Paths:
--------------
trunk/dports/gnome/gconf/Portfile
Modified: trunk/dports/gnome/gconf/Portfile
===================================================================
--- trunk/dports/gnome/gconf/Portfile 2007-09-23 01:08:54 UTC (rev 29400)
+++ trunk/dports/gnome/gconf/Portfile 2007-09-23 01:37:50 UTC (rev 29401)
@@ -2,6 +2,7 @@
PortSystem 1.0
name gconf
version 2.20.0
+revision 1
description GConf is a configuration database system.
long_description GConf is a configuration database system, \
functionally similar to the Windows registry \
@@ -17,25 +18,24 @@
sha1 4f0b8e308470ffd95742e0221c1867d62d7bcef6 \
rmd160 54948f0df79fa1bd68cebb5aae97cace0c21d642
+depends_build port:pkgconfig \
+ port:perl5.8 \
+ port:p5-xml-parser
+
depends_lib \
+ port:glib2 \
+ port:gettext \
+ port:libxml2 \
port:gtk2 \
- port:libbonobo \
port:orbit2
use_bzip2 yes
-configure.args --mandir=${prefix}/share/man
configure.cppflags-append "-L${prefix}/lib"
pre-destroot {
- destroot.keepdirs ${destroot}/${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}/${prefix}/etc/gconf/gconf.xml.defaults
+ destroot.keepdirs ${destroot}${prefix}/etc/gconf/gconf.xml.mandatory ${destroot}${prefix}/etc/gconf/gconf.xml.defaults
}
platform darwin 7 { configure.cflags-append "-DBIND_8_COMPAT=1" }
-variant use-sys-deps {
- depends_lib \
- lib:libgtk2:gtk2 \
- lib:libbonobo:libbonobo \
- lib:libORBit-2:orbit2
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070922/239fda8b/attachment.html
More information about the macports-changes
mailing list