summaryrefslogtreecommitdiff
path: root/x11/qt3-libs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-15 17:30:43 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-15 17:30:43 +0000
commitfc61709adb567ce8e255646bd2267035606ec2ac (patch)
tree962276e208e9134fb87d07ecfad58a58a544a3ee /x11/qt3-libs
parent84de0f677da9571f3962faef9d663bb82e00ef7d (diff)
downloadpkgsrc-fc61709adb567ce8e255646bd2267035606ec2ac.tar.gz
Fix conditional to also work for xorg.
Diffstat (limited to 'x11/qt3-libs')
-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)