diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-15 18:04:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-15 18:04:06 +0800 |
commit | 8e4ed1de427fc32169632dac731050f206a69499 (patch) | |
tree | def8bbcbbacd5bbf590c82e3f891863d0876f293 /math/igraph | |
parent | 08675ad49cc908844398f43dd4bef65118bd65c9 (diff) | |
download | freebsd-ports-gnome-8e4ed1de427fc32169632dac731050f206a69499.tar.gz freebsd-ports-gnome-8e4ed1de427fc32169632dac731050f206a69499.tar.zst freebsd-ports-gnome-8e4ed1de427fc32169632dac731050f206a69499.zip |
- Stage support
- Convert USE_GMAKE to uses
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 |