diff options
Diffstat (limited to 'math/qd/Makefile')
-rw-r--r-- | math/qd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/qd/Makefile b/math/qd/Makefile index 8d48b55f6c21..a780c95f0318 100644 --- a/math/qd/Makefile +++ b/math/qd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: qd -# Date created: 2007/03/28 -# Whom: Nakata Maho <maho@FreeBSD.org> -# +# Created by: Nakata Maho <maho@FreeBSD.org> # $FreeBSD$ -# PORTNAME= qd PORTVERSION= 2.3.7 @@ -16,6 +12,7 @@ COMMENT= Double-Double and Quad-Double Arithmetic GNU_CONFIGURE= yes +NO_STAGE= yes .include <bsd.port.pre.mk> USE_FORTRAN= yes |