pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt3-libs Fix conditional to also work for xorg.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2dd737ded10
branches:  trunk
changeset: 530047:e2dd737ded10
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jun 15 17:30:43 2007 +0000

description:
Fix conditional to also work for xorg.

diffstat:

 x11/qt3-libs/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 895013ca3d9d -r e2dd737ded10 x11/qt3-libs/Makefile.common
--- a/x11/qt3-libs/Makefile.common      Fri Jun 15 17:28:17 2007 +0000
+++ b/x11/qt3-libs/Makefile.common      Fri Jun 15 17:30:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.65 2007/04/05 00:22:24 dmcmahill Exp $
+# $NetBSD: Makefile.common,v 1.66 2007/06/15 17:30:43 joerg Exp $
 
 DISTNAME=      qt-x11-free-${QTVERSION}
 CATEGORIES=    x11
@@ -72,7 +72,7 @@
 
 QMAKE_RANLIB?=         ${TRUE}
 
-.if ${X11_TYPE} == "modular"
+.if ${X11_TYPE} != "native"
 .include "../../x11/libXinerama/buildlink3.mk"
 .elif !exists(${X11BASE}/lib/libXinerama.so) && \
        !exists(${X11BASE}/lib/libXinerama.dylib)



Home | Main Index | Thread Index | Old Index