From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- math/linpack/Makefile | 2 ++ math/linpack/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 math/linpack/pkg-comment (limited to 'math/linpack') diff --git a/math/linpack/Makefile b/math/linpack/Makefile index bff5544cc45..5d6abae0096 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -14,6 +14,8 @@ DISTFILES= ${SRCS:.f=.f.gz} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Linear Algebra package + LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas INSTALLS_SHLIB= yes diff --git a/math/linpack/pkg-comment b/math/linpack/pkg-comment deleted file mode 100644 index f04d78faf89..00000000000 --- a/math/linpack/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linear Algebra package -- cgit