aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-11-06 15:59:07 +0800
committermarcus <marcus@FreeBSD.org>2006-11-06 15:59:07 +0800
commitadbe5ece43f7548277b3ae640dc2cdd3580bf4e2 (patch)
tree9bb32b0719abf51d2c08189d498e82781967ec44 /devel/dbus
parent3241690b2f4ae7379c79d08fe182a9c0f297c880 (diff)
downloadfreebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.tar.gz
freebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.tar.zst
freebsd-ports-gnome-adbe5ece43f7548277b3ae640dc2cdd3580bf4e2.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.
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
+