diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-10 12:24:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-10 12:24:13 +0000 |
commit | addf7c1ffa75ee69c7658708b5394029ac795f39 (patch) | |
tree | 3d446b3e1ae88b94f0d4abfbacf4cbb2bc554b41 /x11/qt5-qtquick1/Makefile | |
parent | 58dea4a6afa24b35c551b8c36834e1be3f1109cf (diff) | |
download | pkgsrc-addf7c1ffa75ee69c7658708b5394029ac795f39.tar.gz |
Deal with the tools now getting installed. Bump revision.
Diffstat (limited to 'x11/qt5-qtquick1/Makefile')
-rw-r--r-- | x11/qt5-qtquick1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt5-qtquick1/Makefile b/x11/qt5-qtquick1/Makefile index 17b42c53be0..0fb028d368a 100644 --- a/x11/qt5-qtquick1/Makefile +++ b/x11/qt5-qtquick1/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2014/04/23 07:05:32 adam Exp $ +# $NetBSD: Makefile,v 1.10 2014/09/10 12:24:13 joerg Exp $ PKGNAME= qt5-qtquick1-${QTVERSION} +PKGREVISION= 1 COMMENT= Qt5 module for Quick1 .include "../../x11/qt5-qtbase/Makefile.common" |