aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/dbus/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile
index 9bf6fcab713f..d9f965b39304 100644
--- a/devel/dbus/Makefile
+++ b/devel/dbus/Makefile
@@ -57,11 +57,6 @@ 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:
@@ -78,6 +73,13 @@ post-install:
.endif
${INSTALL_SCRIPT} ${WRKSRC}/dbus.sh ${PREFIX}/etc/rc.d
${MKDIR} ${X11BASE}/share/dbus-1/services
+.else
+.if defined(PKGNAMEPREFIX)
+.if ${PKGNAMEPREFIX}==${PYTHON_PKGNAMEPREFIX} && ${OSVERSION} < 500000
+IGNORE= Does not build on 4.X
+.endif
+.endif
+
.endif
.include <bsd.port.post.mk>