diff options
author | ryoon <ryoon> | 2014-02-03 16:17:12 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-02-03 16:17:12 +0000 |
commit | 10470749733b8de31f0dd346364356667c00f0a1 (patch) | |
tree | 6928084237c46fa1c1030cc2e9fd7fbefdbd1ac4 /x11/qt5-qtbase | |
parent | db8d1fe75df9d1ef36c4ffa272141bdaf87ece85 (diff) | |
download | pkgsrc-10470749733b8de31f0dd346364356667c00f0a1.tar.gz |
Recursive revbump from libxkbcommon 0.4.0 update
Diffstat (limited to 'x11/qt5-qtbase')
-rw-r--r-- | x11/qt5-qtbase/Makefile | 4 | ||||
-rw-r--r-- | x11/qt5-qtbase/buildlink3.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile index c8d35eecb3b..d434e611eee 100644 --- a/x11/qt5-qtbase/Makefile +++ b/x11/qt5-qtbase/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2014/01/28 08:46:14 ryoon Exp $ +# $NetBSD: Makefile,v 1.5 2014/02/03 16:17:12 ryoon Exp $ PKGNAME= qt5-qtbase-${QTVERSION} -PKGREVISION= 3 +PKGREVISION= 4 COMMENT= C++ X GUI toolkit .include "../../x11/qt5-qtbase/Makefile.common" diff --git a/x11/qt5-qtbase/buildlink3.mk b/x11/qt5-qtbase/buildlink3.mk index b933d912541..a1f736e4cca 100644 --- a/x11/qt5-qtbase/buildlink3.mk +++ b/x11/qt5-qtbase/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2013/12/15 09:42:44 ryoon Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2014/02/03 16:17:12 ryoon Exp $ BUILDLINK_TREE+= qt5-qtbase @@ -6,6 +6,7 @@ BUILDLINK_TREE+= qt5-qtbase QT5_QTBASE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtbase+= qt5-qtbase>=5.2.0 +BUILDLINK_ABI_DEPENDS.qt5-qtbase?= qt5-qtbase>=5.2.0nb4 BUILDLINK_PKGSRCDIR.qt5-qtbase?= ../../x11/qt5-qtbase BUILDLINK_INCDIRS.qt5-qtbase+= qt5/include |