diff options
author | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-10-15 22:55:14 +0800 |
commit | abc87d0c357422181c7606b270d496816179270f (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /astro | |
parent | 94989b64a49d831e3af8a38f926ad94d0e2bcc11 (diff) | |
download | freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.gz freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.tar.zst freebsd-ports-gnome-abc87d0c357422181c7606b270d496816179270f.zip |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
Diffstat (limited to 'astro')
-rw-r--r-- | astro/google-earth/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/astro/google-earth/Makefile b/astro/google-earth/Makefile index 9d02db6239eb..d5e82eec55b3 100644 --- a/astro/google-earth/Makefile +++ b/astro/google-earth/Makefile @@ -35,9 +35,7 @@ NVIDIA_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-drive NVIDIA_USE_OFF= LINUX_APPS=dri,libpciaccess # Fixed by the first post-patch target line? Also, linprocfs needs to be mounted. -#.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64" #BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422 -#.endif do-extract: @${MKDIR} ${WRKSRC} |