summaryrefslogtreecommitdiff
path: root/graphics/linux_dri-devel
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-08-07 14:53:46 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-08-07 14:53:46 +0000
commit01cb06b16328a5b8ba6292cfd885e2a750f9d664 (patch)
tree759182ff09e763e03bfbee3380b2c11f26fa96a8 /graphics/linux_dri-devel
parent- Add missing locale files to plist. (diff)
Correct the misplaced BROKEN message.
Pointy hat to: bsam Approved by: netchild (mentor, implicit)
Notes
Notes: svn path=/head/; revision=169996
Diffstat (limited to 'graphics/linux_dri-devel')
-rw-r--r--graphics/linux_dri-devel/Makefile10
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>