aboutsummaryrefslogtreecommitdiff
path: root/math/igraph
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-15 10:04:06 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-15 10:04:06 +0000
commited20eaa2e330e365b7addcf41376595c43f7c562 (patch)
treedef8bbcbbacd5bbf590c82e3f891863d0876f293 /math/igraph
parent43b24094b2778eb32be5dcf8b45d0600854874ac (diff)
downloadports-ed20eaa2e330e365b7addcf41376595c43f7c562.tar.gz
ports-ed20eaa2e330e365b7addcf41376595c43f7c562.zip
- Stage support
- Convert USE_GMAKE to uses
Notes
Notes: svn path=/head/; revision=344340
Diffstat (limited to 'math/igraph')
-rw-r--r--math/igraph/Makefile3
1 files changed, 1 insertions, 2 deletions
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