diff options
author | ryoon <ryoon> | 2014-01-29 13:01:53 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-01-29 13:01:53 +0000 |
commit | d2287c207e9410bf6e237d87a0074b89f84126e0 (patch) | |
tree | 7ab0f3643d78cc3f1f19b68df7b1d4c219e50465 /x11 | |
parent | 47d78111ba5977fb3466326a6ca2590e61d77de6 (diff) | |
download | pkgsrc-d2287c207e9410bf6e237d87a0074b89f84126e0.tar.gz |
Restrict lib/dbus-1.0/include/dbus/dbus-arch-deps.h buildlink
Avoid errors in non-qt5-dbus packages.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt5-dbus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qt5-dbus/Makefile b/x11/qt5-dbus/Makefile index 2558d53822c..a5a2f9716a8 100644 --- a/x11/qt5-dbus/Makefile +++ b/x11/qt5-dbus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/04 11:58:39 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/01/29 13:01:53 ryoon Exp $ PKGNAME= qt5-dbus-${QTVERSION} PKGREVISION= 1 @@ -26,6 +26,8 @@ post-install: .endfor .include "../../devel/gettext-lib/buildlink3.mk" +# Use lib/dbus-1.0/include/dbus/dbus-arch-deps.h from sysutils/dbus +USE_DBUS-ARCH-DEPS_H= yes .include "../../sysutils/dbus/buildlink3.mk" .include "../../x11/qt5-qtbase/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |