diff options
author | marcus <marcus@FreeBSD.org> | 2005-07-23 06:47:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-07-23 06:47:37 +0800 |
commit | c255a8ece411150d4f645e698f43acebd6392914 (patch) | |
tree | abbd5d0db4024ed73edd8480858d35e29d52a34a /devel | |
parent | f39f3214ed86676d73b2439ea05ac55b00b95639 (diff) | |
download | freebsd-ports-gnome-c255a8ece411150d4f645e698f43acebd6392914.tar.gz freebsd-ports-gnome-c255a8ece411150d4f645e698f43acebd6392914.tar.zst freebsd-ports-gnome-c255a8ece411150d4f645e698f43acebd6392914.zip |
Correct placement of IGNORE so the slave port will actually pick it up.
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> |