svn commit: r322712 - head/math/sdpa

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 10 17:01:33 UTC 2013


Author: bapt
Date: Wed Jul 10 17:01:32 2013
New Revision: 322712
URL: http://svnweb.freebsd.org/changeset/ports/322712

Log:
  Convert to USES=gmake

Modified:
  head/math/sdpa/Makefile

Modified: head/math/sdpa/Makefile
==============================================================================
--- head/math/sdpa/Makefile	Wed Jul 10 16:55:42 2013	(r322711)
+++ head/math/sdpa/Makefile	Wed Jul 10 17:01:32 2013	(r322712)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    sdpa
-# Date created:                         October 4 2003
-# Whom:                                 NAKATA, Maho <maho at FreeBSD.org>
-#
+# Created by: NAKATA, Maho <maho at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	sdpa
 PORTVERSION=	7.3.1
@@ -16,13 +12,14 @@ DIST_SUBDIR=	sdpa
 MAINTAINER=	maho at 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)


More information about the svn-ports-all mailing list