diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 20:45:38 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-07-30 20:45:38 +0000 |
commit | b55fe2af52f4825f229432ecc1b5f409339de310 (patch) | |
tree | ba535c05981c49f0c0bee6cfc2e4b9ffebadd562 | |
parent | 7b19d71bc4e8921c31db83727ae6ac1b53402978 (diff) | |
download | ports-b55fe2af52f4825f229432ecc1b5f409339de310.tar.gz ports-b55fe2af52f4825f229432ecc1b5f409339de310.zip |
Notes
-rw-r--r-- | french/aster/Makefile | 6 |
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) |