summaryrefslogtreecommitdiff
path: root/graphics/linux_dri
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-07-31 13:18:21 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-07-31 13:18:21 +0000
commitb0f93d74862834d2a945ccec8b3389857ca49e24 (patch)
tree83697d18c02c683c81c556e6dfa6107c0340380a /graphics/linux_dri
parent- Update to 0.09 (diff)
Mark IGNORE on 4.x, does not extract with the tar in 4.x.
PR: 100714 Noticed by: Detlef Sax <sax@noart.de>
Notes
Notes: svn path=/head/; revision=169200
Diffstat (limited to 'graphics/linux_dri')
-rw-r--r--graphics/linux_dri/Makefile8
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>