summaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2003-07-30 20:45:38 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2003-07-30 20:45:38 +0000
commitb55fe2af52f4825f229432ecc1b5f409339de310 (patch)
treeba535c05981c49f0c0bee6cfc2e4b9ffebadd562 /french
parentChange NO_PACKAGE to RESTRICTED (diff)
fix typo introduced in the last commit
Notes
Notes: svn path=/head/; revision=85943
Diffstat (limited to 'french')
-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)