add run-depend on ufconfig package, then UFconfig.h is always around so that

dependent ports can pick this port up correctly during configure

ok pirofti@
This commit is contained in:
steven 2010-10-27 18:25:08 +00:00
parent 423f14af21
commit 2149b68d1c
4 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.17 2010/10/26 17:55:25 pirofti Exp $
# $OpenBSD: Makefile,v 1.18 2010/10/27 18:25:08 steven Exp $
COMMENT= order a sparse matrix prior to Cholesky factorization
VERSION= 2.2.1
DISTNAME= AMD-${VERSION}
PKGNAME= ${DISTNAME:L}
REVISION = 0
REVISION = 1
SHARED_LIBS= amd 0.0 \
amdf77 0.0
@ -26,7 +26,7 @@ MODULES= fortran
MODFORTRAN_COMPILER = g77
BUILD_DEPENDS= ${MODFORTRAN_BUILD_DEPENDS} \
::math/ufconfig
RUN_DEPENDS= ::math/ufconfig
MAKE_FILE= ${FILESDIR}/Makefile
MAKE_ENV= SHLIB_MAJOR=${LIBamd_VERSION:R} \

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2010/10/26 17:42:51 steven Exp $
# $OpenBSD: Makefile,v 1.3 2010/10/27 18:25:08 steven Exp $
COMMENT= constrained approximate minimum degree
VERSION= 2.2.1
DISTNAME= CAMD-${VERSION}
PKGNAME= ${DISTNAME:L}
REVISION= 0
SHARED_LIBS= camd 0.0
CATEGORIES= math
@ -22,6 +23,7 @@ WRKDIST= ${WRKDIR}/CAMD
WRKSRC= ${WRKDIST}/Source
BUILD_DEPENDS= ::math/ufconfig
RUN_DEPENDS= ::math/ufconfig
MAKE_FILE= ${FILESDIR}/Makefile
MAKE_ENV= SHLIB_MAJOR=${LIBcamd_VERSION:R} \

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2010/10/26 18:06:10 pirofti Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/27 18:25:08 steven Exp $
COMMENT = library for column approximate minimum degree ordering
DISTNAME = CCOLAMD-2.7.2
PKGNAME = ${DISTNAME:L}
REVISION = 1
REVISION = 2
SHARED_LIBS += ccolamd 0.0
CATEGORIES = math
@ -23,6 +23,7 @@ WRKDIST = ${WRKDIR}/CCOLAMD
WRKSRC = ${WRKDIST}/Source
BUILD_DEPENDS = ::math/ufconfig
RUN_DEPENDS = ::math/ufconfig
MAKE_ENV= SHLIB_MAJOR=${LIBccolamd_VERSION:R} \
SHLIB_MINOR=${LIBccolamd_VERSION:E}

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2010/10/26 18:06:28 pirofti Exp $
# $OpenBSD: Makefile,v 1.5 2010/10/27 18:25:08 steven Exp $
COMMENT = library for column approximate minimum degree ordering
DISTNAME = COLAMD-2.7.2
PKGNAME = ${DISTNAME:L}
REVISION = 1
REVISION = 2
SHARED_LIBS += colamd 0.0
CATEGORIES = math
@ -23,6 +23,7 @@ WRKDIST = ${WRKDIR}/COLAMD
WRKSRC = ${WRKDIST}/Source
BUILD_DEPENDS = ::math/ufconfig
RUN_DEPENDS = ::math/ufconfig
MAKE_ENV= SHLIB_MAJOR=${LIBcolamd_VERSION:R} \
SHLIB_MINOR=${LIBcolamd_VERSION:E}