Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/atlas/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 10 Nov 2009 11:09:36 -0000 1.61 +++ Makefile 18 Mar 2011 06:47:44 -0000 @@ -7,7 +7,7 @@ PORTNAME= atlas PORTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math MASTER_SITES= SF/math-${PORTNAME}/Stable/${PORTVERSION} @@ -24,6 +24,9 @@ USE_LDCONFIG= yes CONFLICTS= atlas-devel-[0-9]* +OPTIONS= OPTIMIZED_FLAGS "Build with optimized FFLAGS" off \ + STATICLIB "Build static libraries" off + .include NOT_FOR_ARCHS= alpha @@ -106,11 +109,6 @@ @${ECHO_MSG} "compiler, although other gcc versions may be used; gcc 4.1.x" @${ECHO_MSG} "is NOT recommended" @${ECHO_MSG} -.if !defined(WITH_STATICLIB) - @${ECHO_MSG} "You can build static libraries with" - @${ECHO_MSG} "make -DWITH_STATICLIB" - @${ECHO_MSG} -.endif .if !defined(WITH_WALL_TIMER) @${ECHO_MSG} "If your machine will be solely dedicated to" @${ECHO_MSG} "building atlas with gcc during the lengthy optimization"