View | Details | Raw Unified | Return to bug 92844
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 22-34 Link Here
22
USE_AUTOTOOLS=	libtool:15
22
USE_AUTOTOOLS=	libtool:15
23
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
24
USE_RC_SUBR=	yes
24
USE_RC_SUBR=	yes
25
USE_REINPLACE=	yes
26
CONFIGURE_ARGS?=--disable-gtk \
25
CONFIGURE_ARGS?=--disable-gtk \
27
		--disable-python \
26
		--disable-python \
28
		--disable-gcj \
27
		--disable-gcj \
29
		--disable-qt \
28
		--disable-qt \
30
		--disable-mono \
29
		--disable-mono \
31
		--disable-mono-docs \
30
		--disable-mono-docs \
31
		--localstatedir=/var \
32
		--with-system-pid-file=/var/run/dbus.pid \
32
		--with-system-pid-file=/var/run/dbus.pid \
33
		--with-system-socket=/var/run/dbus \
33
		--with-system-socket=/var/run/dbus \
34
		--with-session-socket-dir=/var/tmp \
34
		--with-session-socket-dir=/var/tmp \
Lines 77-83 Link Here
77
.if defined(PKGNAMEPREFIX)
77
.if defined(PKGNAMEPREFIX)
78
.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
78
.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
79
# Ignore for py-dbus
79
# Ignore for py-dbus
80
IGNORE=	Does not build on 4.X
80
IGNORE=	does not build on 4.X
81
.endif
81
.endif
82
.endif
82
.endif

Return to bug 92844