[25771] trunk/dports/devel/dbus/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu May 31 18:48:20 PDT 2007


Revision: 25771
          http://trac.macosforge.org/projects/macports/changeset/25771
Author:   rhwood at macports.org
Date:     2007-05-31 18:48:20 -0700 (Thu, 31 May 2007)

Log Message:
-----------
Add dependency on docbook-xml-4.1.2
Replace configure.env with configure.cflags-append statements
Make building documentation the default behavior

Modified Paths:
--------------
    trunk/dports/devel/dbus/Portfile

Modified: trunk/dports/devel/dbus/Portfile
===================================================================
--- trunk/dports/devel/dbus/Portfile	2007-05-31 23:00:11 UTC (rev 25770)
+++ trunk/dports/devel/dbus/Portfile	2007-06-01 01:48:20 UTC (rev 25771)
@@ -13,14 +13,17 @@
 checksums	md5 0552a9b54beb4a044951b7cdbc8fc855	 \
 			sha1 2870efd6ea0b5b0d14e52195f560238a74bb1e0e \
 			rmd160 d5eddfb058c4c026d4a9f091ad90abcc6e54861a
-depends_lib	port:expat port:libxml2
+depends_lib	port:expat \
+		port:libxml2 \
+		port:docbook-xml-4.1.2
 depends_build	port:pkgconfig
 configure.args	--mandir=${prefix}/share/man \
 		--enable-tests \
+		--enable-xml-docs \
 		--with-dbus-daemondir=${prefix}/bin
 	
-configure.env   CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \
-                CFLAGS="-no-cpp-precomp -flat_namespace -L${prefix}/lib"
+configure.cflags-append	-no-cpp-precomp
+configure.cflags-append -flat_namespace
 
 startupitem.create	yes
 startupitem.name	dbus

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070531/3d5d8183/attachment.html


More information about the macports-changes mailing list