summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2007-06-15 17:30:43 +0000
committerjoerg <joerg>2007-06-15 17:30:43 +0000
commit3382abb891fffc423abffcbbdd13e362abfd9794 (patch)
tree962276e208e9134fb87d07ecfad58a58a544a3ee /x11
parent73dd6d7630cea61ec1a0fc5b5b1e958a32c9c2fa (diff)
downloadpkgsrc-3382abb891fffc423abffcbbdd13e362abfd9794.tar.gz
Fix conditional to also work for xorg.
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-libs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 9fd5b227d65..9f2f863a21a 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -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 @@ CONFIGURE_ARGS+= -verbose
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)