diff options
Diffstat (limited to 'finance/quantlib/Makefile')
-rw-r--r-- | finance/quantlib/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/finance/quantlib/Makefile b/finance/quantlib/Makefile index c3e62055518a..80061a33c3de 100644 --- a/finance/quantlib/Makefile +++ b/finance/quantlib/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: quantlib -# Date created: Aug 12, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= quantlib PORTVERSION= 1.1 @@ -30,6 +25,7 @@ BROKEN= fails to build MAN1= quantlib-config.1 quantlib-test-suite.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" || ${ARCH} == "alpha" |