diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-09 02:01:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-09 02:01:16 +0800 |
commit | c8ca881a5ff4fab7cb9b6873527dd21b178cd7d6 (patch) | |
tree | be04cf0bc70ee7810ad67b3a5b65aea06ff056c4 /devel/dbus/Makefile | |
parent | 1b414a9a905eeb51b9f52a3bd9189a47d0b305ef (diff) | |
download | freebsd-ports-gnome-c8ca881a5ff4fab7cb9b6873527dd21b178cd7d6.tar.gz freebsd-ports-gnome-c8ca881a5ff4fab7cb9b6873527dd21b178cd7d6.tar.zst freebsd-ports-gnome-c8ca881a5ff4fab7cb9b6873527dd21b178cd7d6.zip |
Fix the Python bindings build on -CURRENT, and make sure the Python
bindings are properly linked to libdbus-1.
Reported by: olgeni
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 5d80cbbb76f9..8a1cb0649de4 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -7,7 +7,7 @@ PORTNAME= dbus PORTVERSION= 0.21 -PORTREVISION= 2 +PORTREVISION?= 2 CATEGORIES?= devel gnome MASTER_SITES= http://freedesktop.org/Software/dbus/releases/ |