pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtbase qt5-qtbase: Use PLIST.Darwin instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/619fa4664ad0
branches:  trunk
changeset: 409892:619fa4664ad0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jan 22 14:06:08 2020 +0000

description:
qt5-qtbase: Use PLIST.Darwin instead of nonunix PLIST option

Pointed by adam@. Thank you.

diffstat:

 x11/qt5-qtbase/Makefile.common |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r f272c5ef1886 -r 619fa4664ad0 x11/qt5-qtbase/Makefile.common
--- a/x11/qt5-qtbase/Makefile.common    Wed Jan 22 14:03:53 2020 +0000
+++ b/x11/qt5-qtbase/Makefile.common    Wed Jan 22 14:06:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2020/01/22 13:27:03 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.37 2020/01/22 14:06:08 ryoon Exp $
 # used by x11/qt5-mysql/Makefile
 # used by x11/qt5-odbc/Makefile
 # used by x11/qt5-psql/Makefile
@@ -53,11 +53,9 @@
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-rpath-link,${WRKSRC}/lib
 
 MAKE_ENV+=             QTPREFIX=${QTPREFIX:Q}
-PLIST_VARS+=           nonunix unix
+PLIST_VARS+=           unix
 .if ${OPSYS} != "Darwin"
 PLIST.unix=            yes
-.else
-PLIST.nonunix=         yes
 .endif
 
 # avoid creating a .qt directory in the users home directory



Home | Main Index | Thread Index | Old Index