diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-07 14:53:46 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-07 14:53:46 +0000 |
commit | 01cb06b16328a5b8ba6292cfd885e2a750f9d664 (patch) | |
tree | 759182ff09e763e03bfbee3380b2c11f26fa96a8 /graphics/linux_dri-devel | |
parent | a76545008901b54f66ab445be6a752634605ae4c (diff) |
Notes
Diffstat (limited to 'graphics/linux_dri-devel')
-rw-r--r-- | graphics/linux_dri-devel/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/linux_dri-devel/Makefile b/graphics/linux_dri-devel/Makefile index ba8b433c633b..db2d74b98ff7 100644 --- a/graphics/linux_dri-devel/Makefile +++ b/graphics/linux_dri-devel/Makefile @@ -24,10 +24,6 @@ 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 @@ -65,4 +61,8 @@ do-install: post-install: @${LDCONFIG_LINUX} ${PREFIX}/usr/X11R6/lib -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.if ${OSVERSION} < 500000 +BROKEN= does not extract on 4.x (both bz2 and gz sources are used) +.endif +.include <bsd.port.post.mk> |