Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 10:04:06 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r344340 - head/math/igraph
Message-ID:  <201402151004.s1FA46dL039715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb 15 10:04:06 2014
New Revision: 344340
URL: http://svnweb.freebsd.org/changeset/ports/344340
QAT: https://qat.redports.org/buildarchive/r344340/

Log:
  - Stage support
  - Convert USE_GMAKE to uses

Modified:
  head/math/igraph/Makefile

Modified: head/math/igraph/Makefile
==============================================================================
--- head/math/igraph/Makefile	Sat Feb 15 10:03:37 2014	(r344339)
+++ head/math/igraph/Makefile	Sat Feb 15 10:04:06 2014	(r344340)
@@ -14,14 +14,13 @@ LIB_DEPENDS=	gmp.10:${PORTSDIR}/math/gmp
 
 GNU_CONFIGURE=	yes
 USE_GCC=	any
-USE_GMAKE=	yes
+USES=		gmake
 CONFIGURE_ARGS+=	--enable-gmp
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS+=	CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|@libdir@/pkgconfig|@prefix@/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.in



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402151004.s1FA46dL039715>