summaryrefslogtreecommitdiff
path: root/x11-toolkits/py-qt
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-01-29 22:09:39 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-01-29 22:09:39 +0000
commit6c91048b91e77e4a0f119a82e6f43b8dff9b5726 (patch)
tree573bf4105dd40817f032bb0a7f170bcb2c4269c9 /x11-toolkits/py-qt
parent- Add NO_PACKAGE due to lack of qscintilla support in py-qt. (diff)
Fix INDEX Build.
Notes
Notes: svn path=/head/; revision=99446
Diffstat (limited to 'x11-toolkits/py-qt')
-rw-r--r--x11-toolkits/py-qt/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-toolkits/py-qt/Makefile b/x11-toolkits/py-qt/Makefile
index c70ab586fd8f..c41447799bba 100644
--- a/x11-toolkits/py-qt/Makefile
+++ b/x11-toolkits/py-qt/Makefile
@@ -24,11 +24,10 @@ USE_PYTHON= yes
.include <bsd.port.pre.mk>
-WITH_GL!= ldd ${X11BASE}/lib/libqt-mt.so | ${GREP} 'libGL' || ${TRUE}
-.if !empty(WITH_GL)
-PLIST_SUB+= GL=""
-.else
+.if defined(WITHOUT_OPENGL)
PLIST_SUB+= GL="@comment "
+.else
+PLIST_SUB+= GL=""
.endif
do-configure: