summaryrefslogtreecommitdiff
path: root/french/aster/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-31 09:09:01 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-31 09:09:01 +0000
commit33b80c62ec609c818909a44f8902a55ab8f5972c (patch)
tree7f0390ebe177ba2ae7e2c6ec4f87ad0f7d9ea031 /french/aster/Makefile
parentUpdate to 4.1.3g. (diff)
move BROKEN and the bsd.port.pre.mk include some lines down
Notes
Notes: svn path=/head/; revision=86032
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)