Fix conflict declaration.
Move conflict declaration to the appropriate place.
This commit is contained in:
parent
3a3fdd36ba
commit
404527e2e7
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2010/05/06 09:54:46 jihbed Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2010/05/06 10:23:01 asau Exp $
|
||||
|
||||
ATLAS_VERSION= 3.9.15
|
||||
|
||||
|
@ -12,6 +12,8 @@ MAINTAINER= asau@inbox.ru
|
|||
HOMEPAGE= http://math-atlas.sourceforge.net/
|
||||
COMMENT= Automatically Tuned Linear Algebra Software
|
||||
|
||||
CONFLICTS= lapack-[0-9]*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/ATLAS
|
||||
|
@ -27,8 +29,6 @@ CONFIGURE_ARGS+= --incdir=${DESTDIR}${PREFIX}/include
|
|||
CONFIGURE_ARGS+= --libdir=${DESTDIR}${PREFIX}/lib
|
||||
CONFIGURE_ARGS+= -b 32
|
||||
|
||||
CONFLITS= lapack-[0-9]*
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue