aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2006-08-07 22:53:46 +0800
committerbsam <bsam@FreeBSD.org>2006-08-07 22:53:46 +0800
commitd04576aa9d7c4de2e9dcb8b5549199cdc36a1448 (patch)
tree0467b66630be78154d961232887e3a83ce4f3179 /graphics
parent4c841ae9a7f4a33041e11d7ef0a9124c4e4b7980 (diff)
downloadfreebsd-ports-gnome-d04576aa9d7c4de2e9dcb8b5549199cdc36a1448.tar.gz
freebsd-ports-gnome-d04576aa9d7c4de2e9dcb8b5549199cdc36a1448.tar.zst
freebsd-ports-gnome-d04576aa9d7c4de2e9dcb8b5549199cdc36a1448.zip
Correct the misplaced BROKEN message.
Pointy hat to: bsam Approved by: netchild (mentor, implicit)
Diffstat (limited to 'graphics')
-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>