summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--french/aster/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 2c6beee15dc9..141d2b94cbe6 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -16,7 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Analyse des structures et thermo-mécanique
-if ${OSVERSION} < 500000
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
BROKEN= "Does not build on systems prior 5.x - work in progress..."
.endif
@@ -61,8 +63,6 @@ PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster}
PKGMESSAGE= ${PKGDIR}/pkg-message.sans-astk
.endif
-.include <bsd.port.pre.mk>
-
.if !defined(WITHOUT_ASTK)
RUN_DEPENDS+= ${LOCALBASE}/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur
.if !defined(WITHOUT_ASTK_CLI)