aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dbus
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-07-23 06:41:44 +0800
committermarcus <marcus@FreeBSD.org>2005-07-23 06:41:44 +0800
commitf39f3214ed86676d73b2439ea05ac55b00b95639 (patch)
tree3e3149bf8845567513e559a515ec6e2a3093428b /devel/dbus
parent48ad514340ca075702f66d1bcb08b703aaffac0f (diff)
downloadfreebsd-ports-gnome-f39f3214ed86676d73b2439ea05ac55b00b95639.tar.gz
freebsd-ports-gnome-f39f3214ed86676d73b2439ea05ac55b00b95639.tar.zst
freebsd-ports-gnome-f39f3214ed86676d73b2439ea05ac55b00b95639.zip
Mark py-dbus IGNORE on 4.X. It does not build, and GCC 3.4 won't help here.
Diffstat (limited to 'devel/dbus')
-rw-r--r--devel/dbus/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 579979944501..9bf6fcab713f 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -57,6 +57,11 @@ PLIST_SUB+= QT=""
.else
CONFIGURE_ARGS+=--disable-qt
PLIST_SUB+= QT="@comment "
+.if defined(PKGNAMEPREFIX)
+.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
+IGNORE= Does not build on 4.X
+.endif
+.endif
.endif
post-patch: