diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-14 12:48:26 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-14 12:48:26 +0800 |
commit | f3500cd18ffbd7dbc66d03404dfda3b35cc9ef41 (patch) | |
tree | fd980cad7ae62ae6de14287038f9442a7b87191f /devel/py-dbus/Makefile | |
parent | 7d18837ea7238a4a4e43fbba962510cc069bf912 (diff) | |
download | freebsd-ports-gnome-f3500cd18ffbd7dbc66d03404dfda3b35cc9ef41.tar.gz freebsd-ports-gnome-f3500cd18ffbd7dbc66d03404dfda3b35cc9ef41.tar.zst freebsd-ports-gnome-f3500cd18ffbd7dbc66d03404dfda3b35cc9ef41.zip |
Update to 0.22.
Diffstat (limited to 'devel/py-dbus/Makefile')
-rw-r--r-- | devel/py-dbus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile index 217a611b4af8..7a5c18b787cb 100644 --- a/devel/py-dbus/Makefile +++ b/devel/py-dbus/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 0 CATEGORIES= devel gnome python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +29,9 @@ USE_PYTHON= yes CONFIGURE_ARGS= --enable-python \ --disable-gcj \ --disable-mono \ + --disable-mono-docs \ --disable-gtk \ + --disable-qt \ --with-system-pid-file=/var/run/dbus.pid \ --with-system-socket=/var/run/dbus \ --with-session-socket-dir=/var/tmp \ |