diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:04:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:04:06 +0000 |
commit | ed20eaa2e330e365b7addcf41376595c43f7c562 (patch) | |
tree | def8bbcbbacd5bbf590c82e3f891863d0876f293 /math/igraph | |
parent | 43b24094b2778eb32be5dcf8b45d0600854874ac (diff) | |
download | ports-ed20eaa2e330e365b7addcf41376595c43f7c562.tar.gz ports-ed20eaa2e330e365b7addcf41376595c43f7c562.zip |
Notes
Diffstat (limited to 'math/igraph')
-rw-r--r-- | math/igraph/Makefile | 3 |
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 |