From 8e55579784bf4202d7d2388f60b4f38953df0869 Mon Sep 17 00:00:00 2001 From: Brendan Fabeny Date: Wed, 27 Jun 2012 06:16:06 +0000 Subject: [PATCH] add math/arpack-ng to CONFLICTS; remove version numbers from LIB_DEPENDS --- math/arpack/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 49ab5e162fee..3cd1ad32dc37 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -20,6 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz MAINTAINER= bf@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) +CONFLICTS= arpack-ng-[0-9]* FFLAGS+= -ffixed-line-length-none LDFLAGS+= -L${LOCALBASE}/lib USE_FORTRAN= yes @@ -78,10 +79,10 @@ WITH_BLAS?= reference .endif .if ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas BLAS?= -lf77blas .else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas:${PORTSDIR}/math/blas BLAS?= -lblas .endif