diff options
Diffstat (limited to 'math/clp/Makefile')
-rw-r--r-- | math/clp/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/clp/Makefile b/math/clp/Makefile index 8b8c634a567f..69c8d7f1b2f1 100644 --- a/math/clp/Makefile +++ b/math/clp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Clp -# Date created: 22 July 2007 -# Whom: Robin Schilham -# +# Created by: Robin Schilham # $FreeBSD$ -# PORTNAME= Clp PORTVERSION= 1.12.1 @@ -30,4 +26,5 @@ CONFIGURE_ARGS= --with-blas="-L${LOCALBASE}/lib -lblas" \ regression-test: build (cd ${WRKSRC}/Clp && ${MAKE} unitTest ) +NO_STAGE= yes .include <bsd.port.mk> |