svn commit: r344340 - head/math/igraph

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:04:07 UTC 2014


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


More information about the svn-ports-head mailing list