summaryrefslogtreecommitdiff
path: root/french/aster/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--french/aster/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 141d2b94cbe6..1500c6defddc 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -15,13 +15,6 @@ EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Analyse des structures et thermo-mécanique
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= "Does not build on systems prior 5.x - work in progress..."
-.endif
-
#-----------------------------------------------------------------------
# You may define these options:
#
@@ -63,6 +56,12 @@ PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster}
PKGMESSAGE= ${PKGDIR}/pkg-message.sans-astk
.endif
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not build on systems prior 5.x - work in progress...
+.endif
+
.if !defined(WITHOUT_ASTK)
RUN_DEPENDS+= ${LOCALBASE}/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur
.if !defined(WITHOUT_ASTK_CLI)