aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 01:01:32 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 01:01:32 +0800
commit44382a7b65a5b3b2046df04161ec35b96089d9e0 (patch)
tree52815f6fd28329bb643621544be3e4f8cef2385c /math
parentde60b382215a06555c67e773acef6de203cc3eea (diff)
downloadfreebsd-ports-gnome-44382a7b65a5b3b2046df04161ec35b96089d9e0.tar.gz
freebsd-ports-gnome-44382a7b65a5b3b2046df04161ec35b96089d9e0.tar.zst
freebsd-ports-gnome-44382a7b65a5b3b2046df04161ec35b96089d9e0.zip
Convert to USES=gmake
Diffstat (limited to 'math')
-rw-r--r--math/sdpa/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile
index 26e676dc97c1..2d66971d1fab 100644
--- a/math/sdpa/Makefile
+++ b/math/sdpa/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sdpa
-# Date created: October 4 2003
-# Whom: NAKATA, Maho <maho@FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sdpa
PORTVERSION= 7.3.1
@@ -16,13 +12,14 @@ DIST_SUBDIR= sdpa
MAINTAINER= maho@FreeBSD.org
COMMENT= SDPA(SemiDefinite Programming Algorithm) Very efficient SDP Solver
+USES= gmake
+
.include <bsd.port.pre.mk>
SRCDATE= 20090729
MANUALFILE= sdpa7-manual.pdf
USE_FORTRAN= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION}.src
.if exists(${LOCALBASE}/lib/libgoto2.so)