summaryrefslogtreecommitdiff
path: root/graphics/linux_dri
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-08-08 19:19:35 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-08-08 19:19:35 +0000
commit2fb3e05efa48e45adabc4d93f75a3a2435550fb3 (patch)
treeb48f94a934015e90ca6aacb98166bf5b7cbbf077 /graphics/linux_dri
parent- update to 0.7.3 [1] (diff)
Let the ports which have both bz2 and gz distfiles extract on 4.x
(actually, if ${OSVERSION} < 502111): - remove BROKEN from graphics/linux_dri-devel; - remove IGNORE from graphics/linux_dri. The next technique is used (thanks Brooks Davis): .if ${OSVERSION} < 502111 EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive TAR= bsdtar .endif Approved by: netchild (mentor, implicit)
Notes
Notes: svn path=/head/; revision=170141
Diffstat (limited to 'graphics/linux_dri')
-rw-r--r--graphics/linux_dri/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/linux_dri/Makefile b/graphics/linux_dri/Makefile
index a6c8e68932da..45f69cf51f3e 100644
--- a/graphics/linux_dri/Makefile
+++ b/graphics/linux_dri/Makefile
@@ -35,8 +35,9 @@ LDCONFIG_LINUX= ${LINUXBASE}/sbin/ldconfig
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= does not extract with the tar in FreeBSD 4.x
+.if ${OSVERSION} < 502111
+EXTRACT_DEPENDS+= bsdtar:${PORTSDIR}/archivers/libarchive
+TAR= bsdtar
.endif
do-install: