summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/qt4-libs/Makefile4
-rw-r--r--x11/qt4-libs/Makefile.common3
-rw-r--r--x11/qt5-qtbase/Makefile5
3 files changed, 7 insertions, 5 deletions
diff --git a/x11/qt4-libs/Makefile b/x11/qt4-libs/Makefile
index e8190742068..3376f38c0c5 100644
--- a/x11/qt4-libs/Makefile
+++ b/x11/qt4-libs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.104 2015/04/25 14:25:16 tnn Exp $
+# $NetBSD: Makefile,v 1.105 2015/05/27 21:36:02 wiz Exp $
PKGNAME= qt4-libs-${QTVERSION}
-PKGREVISION= 5
+PKGREVISION= 6
COMMENT= C++ X GUI toolkit
.include "../../x11/qt4-libs/Makefile.common"
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index d4f2807bb92..715fa528334 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.38 2014/08/28 10:58:19 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.39 2015/05/27 21:36:02 wiz Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -37,6 +37,7 @@ CONFIGURE_ARGS+= -optimized-qmake
CONFIGURE_ARGS+= -prefix "${QTPREFIX}"
CONFIGURE_ARGS+= ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
CONFIGURE_ARGS+= -opensource -confirm-license
+CONFIGURE_ARGS+= -sysconfdir "${PKG_SYSCONFDIR}/xdg"
OPSYSVARS+= CONFIGURE_ARGS
.include "../../mk/bsd.prefs.mk"
diff --git a/x11/qt5-qtbase/Makefile b/x11/qt5-qtbase/Makefile
index 3c0e59e799d..0382953164a 100644
--- a/x11/qt5-qtbase/Makefile
+++ b/x11/qt5-qtbase/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2015/04/27 10:38:04 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2015/05/27 21:36:02 wiz Exp $
DISTNAME= qtbase-opensource-src-${QTVERSION}
PKGNAME= qt5-qtbase-${QTVERSION}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT= C++ X GUI toolkit
.include "../../x11/qt5-qtbase/Makefile.common"
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= -optimized-qmake
CONFIGURE_ARGS+= -prefix "${QTPREFIX}"
CONFIGURE_ARGS+= ${CFLAGS:M-I*} ${LDFLAGS:M-L*} ${LDFLAGS:M-l*}
CONFIGURE_ARGS+= -opensource -confirm-license
+CONFIGURE_ARGS+= -sysconfdir "${PKG_SYSCONFDIR}/xdg"
CONFIGURE_ARGS+= -accessibility
CONFIGURE_ARGS+= -fontconfig
CONFIGURE_ARGS+= -icu