diff options
author | netchild <netchild@FreeBSD.org> | 2006-07-31 21:18:21 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2006-07-31 21:18:21 +0800 |
commit | f03466656c7907804dff8deca64ca9447cfe3ca5 (patch) | |
tree | b230bee040759c371be2e90611a515081da19ed9 /graphics | |
parent | 1478e0ba4196c4e6fa764f23515657d4bbdd2505 (diff) | |
download | freebsd-ports-gnome-f03466656c7907804dff8deca64ca9447cfe3ca5.tar.gz freebsd-ports-gnome-f03466656c7907804dff8deca64ca9447cfe3ca5.tar.zst freebsd-ports-gnome-f03466656c7907804dff8deca64ca9447cfe3ca5.zip |
Mark IGNORE on 4.x, does not extract with the tar in 4.x.
PR: 100714
Noticed by: Detlef Sax <sax@noart.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_dri/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile index 1ccff7553792..a6c8e68932da 100644 --- a/graphics/linux_dri/Makefile +++ b/graphics/linux_dri/Makefile @@ -33,6 +33,12 @@ MODULELIST= i810_dri.so i915_dri.so mach64_dri.so mga_dri.so r128_dri.so \ sis_dri.so tdfx_dri.so LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= does not extract with the tar in FreeBSD 4.x +.endif + do-install: ${MKDIR} ${PREFIX}/usr/X11R6/lib/modules/dri ${INSTALL_PROGRAM} ${WRKSRC}/linux_dri/libGL.so.1.2 \ @@ -63,4 +69,4 @@ do-install: post-install: @${LDCONFIG_LINUX} ${PREFIX}/usr/X11R6/lib -.include <bsd.port.mk> +.include <bsd.port.post.mk> |