summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-02-02 17:06:25 +0000
commit45a085ac121097053e07252c60df65b972d4d74c (patch)
tree87327f81a78f2fa500bff3fc34f4495e37864806 /astro
parent- Updated to 5.4.1 (diff)
- Remove support for xfree86-3
PR: ports/106666 Submitted by: vd With hat: portmgr
Notes
Notes: svn path=/head/; revision=183965
Diffstat (limited to 'astro')
-rw-r--r--astro/google-earth/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile
index e689db93312a..4ff00bd98df4 100644
--- a/astro/google-earth/Makefile
+++ b/astro/google-earth/Makefile
@@ -40,15 +40,11 @@ FETCH_BEFORE_ARGS= -o ${TARGET_DISTFILE}
UNMAKESELF= ${LOCALBASE}/bin/unmakeself
-.if ${X_WINDOW_SYSTEM:L} != xfree86-3
.if defined(WITH_NVIDIA_GL)
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
.else
RUN_DEPENDS+= ${LINUXBASE}/usr/X11R6/lib/libGL.so.1:${PORTSDIR}/graphics/linux_dri
.endif
-.else
-RUN_DEPENDS+= ${LINUXBASE}/lib/libGL.so.1:${PORTSDIR}/graphics/linux_glx
-.endif
do-fetch:
@if [ ! -f ${DISTDIR}/${TARGET_DISTFILE} ]; then \