summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/qt4-libs/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index 2a85d177d6f..28ccbb558f9 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/02/20 12:08:11 adam Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/03/01 21:10:55 minskim Exp $
DISTNAME= qt-x11-opensource-src-${QTVERSION}
CATEGORIES= x11
@@ -70,7 +70,8 @@ LDFLAGS+= -lresolv
QMAKE_RANLIB?= ${TRUE}
-.if !exists(${X11BASE}/lib/libXinerama.so)
+.if !exists(${X11BASE}/lib/libXinerama.so) && \
+ !exists(${X11BASE}/lib/libXinerama.dylib)
CONFIGURE_ARGS+= -no-xinerama
.endif