From ed20eaa2e330e365b7addcf41376595c43f7c562 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 15 Feb 2014 10:04:06 +0000 Subject: - Stage support - Convert USE_GMAKE to uses --- math/igraph/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math/igraph') diff --git a/math/igraph/Makefile b/math/igraph/Makefile index bffa5fbb3d7d..c9775423da31 100644 --- a/math/igraph/Makefile +++ b/math/igraph/Makefile @@ -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 -- cgit v1.2.3