summaryrefslogtreecommitdiffstats
path: root/french/aster
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-07-31 09:09:01 +0000
committeroliver <oliver@FreeBSD.org>2003-07-31 09:09:01 +0000
commitd1f46781129043cd0c0f89bace41af2a7284c5f8 (patch)
treeb5440822110e279cf98a86d8d4321a4c961b5b7e /french/aster
parentcf22727d24afc6a19650d983a86aafb75d623280 (diff)
downloadFreeBSD-ports-d1f46781129043cd0c0f89bace41af2a7284c5f8.zip
FreeBSD-ports-d1f46781129043cd0c0f89bace41af2a7284c5f8.tar.gz
move BROKEN and the bsd.port.pre.mk include some lines down
Diffstat (limited to 'french/aster')
-rw-r--r--french/aster/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 141d2b9..1500c6d 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)
OpenPOWER on IntegriCloud