pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtmacextras As the name of the package implies...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e2e0881764f
branches:  trunk
changeset: 648761:3e2e0881764f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 15:06:17 2015 +0000

description:
As the name of the package implies, it is only working on OSX.

diffstat:

 x11/qt5-qtmacextras/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f83e03aa3a18 -r 3e2e0881764f x11/qt5-qtmacextras/Makefile
--- a/x11/qt5-qtmacextras/Makefile      Wed Mar 18 15:05:51 2015 +0000
+++ b/x11/qt5-qtmacextras/Makefile      Wed Mar 18 15:06:17 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/12/30 17:23:46 adam Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/18 15:06:17 joerg Exp $
 
 DISTNAME=      qtmacextras-opensource-src-${QTVERSION}
 PKGNAME=       qt5-qtmacextras-${QTVERSION}
@@ -8,6 +8,8 @@
 INSTALL_ENV+=          INSTALL_ROOT=${DESTDIR}
 INSTALLATION_DIRS+=    lib/pkgconfig
 
+ONLY_FOR_PLATFORM=     Darwin-*-*
+
 .include "../../x11/qt5-qtbase/Makefile.common"
 
 post-install:



Home | Main Index | Thread Index | Old Index