diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-01-29 13:01:53 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-01-29 13:01:53 +0000 |
commit | fc9f6966bbf44f20a051e089dd0dfb64d1c69bd8 (patch) | |
tree | 7ab0f3643d78cc3f1f19b68df7b1d4c219e50465 /x11/qt5-dbus | |
parent | 06691344a478d7bb5ec0fb39688905017ddb237e (diff) | |
download | pkgsrc-fc9f6966bbf44f20a051e089dd0dfb64d1c69bd8.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/qt5-dbus')
-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" |