diff options
author | bf <bf@FreeBSD.org> | 2013-03-30 22:37:13 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-03-30 22:37:13 +0800 |
commit | 046eab95846e70e901fb0c90c801de6268e9fd3c (patch) | |
tree | 20503cc3433cb4a108c7311a81caa263755c7d70 /math/slatec | |
parent | 59e552b782411927f5e9f9fee083419a89dfec77 (diff) | |
download | freebsd-ports-gnome-046eab95846e70e901fb0c90c801de6268e9fd3c.tar.gz freebsd-ports-gnome-046eab95846e70e901fb0c90c801de6268e9fd3c.tar.zst freebsd-ports-gnome-046eab95846e70e901fb0c90c801de6268e9fd3c.zip |
fix the build after FreeBSD src svn r248751
Reviewed by: mandree
Approved by: portmgr
Diffstat (limited to 'math/slatec')
-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}" |