diff options
author | bsam <bsam@FreeBSD.org> | 2006-08-07 22:37:09 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-08-07 22:37:09 +0800 |
commit | 9b664cfd0eba0d2b25b307f6f4324d666c8a450a (patch) | |
tree | 78a0befca0a6d9acebfc3ad4a1e2377a211d55e3 /graphics | |
parent | b56c6e18e648b6b61b9074970a5c8e9650f3b444 (diff) | |
download | freebsd-ports-gnome-9b664cfd0eba0d2b25b307f6f4324d666c8a450a.tar.gz freebsd-ports-gnome-9b664cfd0eba0d2b25b307f6f4324d666c8a450a.tar.zst freebsd-ports-gnome-9b664cfd0eba0d2b25b307f6f4324d666c8a450a.zip |
Mark the port BROKEN if ${OSVERSION} < 500000: does not extract on 4.x
(both bz2 and gz sources are used)
Reported by: krismail
Approved by: netchild (mentor, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/linux_dri-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/linux_dri-devel/Makefile b/graphics/linux_dri-devel/Makefile index bafc34070b18..ba8b433c633b 100644 --- a/graphics/linux_dri-devel/Makefile +++ b/graphics/linux_dri-devel/Makefile @@ -24,6 +24,10 @@ USE_LINUX= yes USE_LINUX_PREFIX= yes USE_XLIB= yes +.if ${OSVERSION} < 500000 +BROKEN= does not extract on 4.x (both bz2 and gz sources are used) +.endif + # don't package this for amd64 until we come up with 32-bit ioctl wrappers for # the drm. ONLY_FOR_ARCHS= i386 |