aboutsummaryrefslogtreecommitdiffstats
path: root/french/aster
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2003-07-31 04:45:38 +0800
committeroliver <oliver@FreeBSD.org>2003-07-31 04:45:38 +0800
commitcb35baaa02872ee2d2567098d070446cc4b0ade6 (patch)
treebfff810b79d4ff1a3a57589b13ffcff05e4ea404 /french/aster
parent9752eb3d3eea851392321acc0530f8ce02011bfd (diff)
downloadfreebsd-ports-gnome-cb35baaa02872ee2d2567098d070446cc4b0ade6.tar.gz
freebsd-ports-gnome-cb35baaa02872ee2d2567098d070446cc4b0ade6.tar.zst
freebsd-ports-gnome-cb35baaa02872ee2d2567098d070446cc4b0ade6.zip
fix typo introduced in the last commit
Diffstat (limited to 'french/aster')
-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)