diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-22 22:47:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-07-22 22:47:37 +0000 |
commit | ec950be184330b5b072d1f0f54b9b3c46a7585fc (patch) | |
tree | ecfbed706be72e17453f56eca991fded2ded4fc5 /devel | |
parent | cb7ef01162280277dcd200ad18712bb47e61f6f8 (diff) | |
download | ports-ec950be184330b5b072d1f0f54b9b3c46a7585fc.tar.gz ports-ec950be184330b5b072d1f0f54b9b3c46a7585fc.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/dbus/Makefile | 12 |
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> |