aboutsummaryrefslogtreecommitdiff
path: root/devel/dbus
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-06 07:59:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2006-11-06 07:59:07 +0000
commit85294c207bbde70e9a35b97adaa1b3c6b99a489c (patch)
treed09deb88e0aeb8e37b62b871cdc5aee6111f17bf /devel/dbus
parent5eaddab9f3d0dede3429c2bf1a89d0d6481b7845 (diff)
downloadports-85294c207bbde70e9a35b97adaa1b3c6b99a489c.tar.gz
ports-85294c207bbde70e9a35b97adaa1b3c6b99a489c.zip
I was too over-zealous with patch removal in the 0.95 update. Restore
a pkg-config bit that will fix dependent port builds.
Notes
Notes: svn path=/head/; revision=176588
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile2
-rw-r--r--devel/dbus/files/patch-dbus-1.pc.in9
2 files changed, 10 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 80006e0e5abc..ecd395a8c4c8 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dbus
PORTVERSION?= 0.95
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= devel gnome
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in
new file mode 100644
index 000000000000..44c97a29ef4f
--- /dev/null
+++ b/devel/dbus/files/patch-dbus-1.pc.in
@@ -0,0 +1,9 @@
+--- dbus-1.pc.in.orig Mon Nov 6 02:55:38 2006
++++ dbus-1.pc.in Mon Nov 6 02:55:57 2006
+@@ -10,5 +10,5 @@ Name: dbus
+ Description: Free desktop message bus
+ Version: @VERSION@
+ Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
+-Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include
++Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include
+