diff options
author | maho <maho@FreeBSD.org> | 2008-01-07 08:24:25 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-01-07 08:24:25 +0800 |
commit | d270abd97d1935687cce657ef0cd1be958829cb4 (patch) | |
tree | d968add2ba5fa6776f2d7fd26244e1d9cf647fa1 /math | |
parent | 20679aa31b8a9cc7de2b07292055891eaa15d791 (diff) | |
download | freebsd-ports-gnome-d270abd97d1935687cce657ef0cd1be958829cb4.tar.gz freebsd-ports-gnome-d270abd97d1935687cce657ef0cd1be958829cb4.tar.zst freebsd-ports-gnome-d270abd97d1935687cce657ef0cd1be958829cb4.zip |
Use MANUAL_PACKAGE_BUILD instead.
Diffstat (limited to 'math')
-rw-r--r-- | math/atlas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/atlas/Makefile b/math/atlas/Makefile index 1979b5c394d2..fc85aca17a68 100644 --- a/math/atlas/Makefile +++ b/math/atlas/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= maho@FreeBSD.org COMMENT= Automatically Tuned Linear Algebra Software (ATLAS) -NO_PACKAGE= Optimizes for the local machine, so a package is not generally useful. Set FORCE_PACKAGE to override +MANUAL_PACKAGE_BUILD= Optimizes for the local machine. USE_BZIP2= yes USE_GMAKE= yes |