diff options
author | arved <arved@FreeBSD.org> | 2004-01-30 06:09:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-01-30 06:09:39 +0800 |
commit | 9add8f958734a469d2193163de3a13770734d5f0 (patch) | |
tree | cccc80149db464e00a8bc09a217895d48dc04244 /x11-toolkits | |
parent | 54f7bc7063ebb082e94e7ff6f9ab7b64242bd491 (diff) | |
download | freebsd-ports-gnome-9add8f958734a469d2193163de3a13770734d5f0.tar.gz freebsd-ports-gnome-9add8f958734a469d2193163de3a13770734d5f0.tar.zst freebsd-ports-gnome-9add8f958734a469d2193163de3a13770734d5f0.zip |
Fix INDEX Build.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-qt/Makefile | 7 |
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: |