diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-30 14:37:13 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-03-30 14:37:13 +0000 |
commit | b3ef25eae23c45dd572499949a918ef3049645be (patch) | |
tree | 20503cc3433cb4a108c7311a81caa263755c7d70 /math/slatec/Makefile | |
parent | 9548f73c4028cb2b3a6e9bc51b88d0b26dde0a16 (diff) |
Notes
Diffstat (limited to 'math/slatec/Makefile')
-rw-r--r-- | math/slatec/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/slatec/Makefile b/math/slatec/Makefile index fa17cc57fd01..60e364a3e850 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: slatec -# Date created: 3 November 2010 -# Whom: Anton Shterenlikht -# +# Created by: Anton Shterenlikht # $FreeBSD$ -# PORTNAME= slatec PORTVERSION= 4.1 @@ -30,7 +26,7 @@ PORTDOCS= guide toc LDFLAGS+= ${FFLAGS} LDADD ?= -lgfortran -lm -SRCCONF= ${NONEXISTENT} +SRCCONF= /dev/null MAKE_ENV+= LDADD="${LDADD}" SHLIB_MAJOR="${SHLIB_MAJOR}" \ SRCCONF="${SRCCONF}" |