aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-09 05:42:27 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-09 05:42:27 +0000
commit17fd2ab3db2d01e37e6e2c6d84863347163005b2 (patch)
tree7c98da9441aee20d0947ee2733be413d29e9ee00 /x11
parent996a670a836aeba7e7c3245979a6c80b55b4e329 (diff)
downloadports-17fd2ab3db2d01e37e6e2c6d84863347163005b2.tar.gz
ports-17fd2ab3db2d01e37e6e2c6d84863347163005b2.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile
index 03f1883dde10..8aa8bf8e70b3 100644
--- a/x11/XFree86-4/Makefile
+++ b/x11/XFree86-4/Makefile
@@ -48,10 +48,6 @@ SCRIPTS_ENV+= MACHINE=alpha
PLIST= ${PKGDIR}/pkg-plist.alpha
.endif
-.if ${OSVERSION} < 410000
-BROKEN= "can't be compiled on this system (missing headers)"
-.endif
-
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)
pre-fetch:
@${ECHO}
@@ -76,6 +72,10 @@ pre-fetch:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 410000
+BROKEN= "can't be compiled on this system (missing headers)"
+.endif
+
.if ${OSVERSION} > 500012
post-patch:
@if [ ! -e ${WRKSRC}/include/Xarch.h.orig ]; then\