mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
3bd02a6fe0
commit
dce86c70a9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362740
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= igraph
|
||||
PORTVERSION= 0.5.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/C%20library/${PORTVERSION}
|
||||
|
||||
@ -14,7 +14,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= any
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
USE_GNOME= libxml2
|
||||
CONFIGURE_ARGS+= --enable-gmp
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,8 +1,8 @@
|
||||
libdata/pkgconfig/igraph.pc
|
||||
lib/libigraph.a
|
||||
lib/libigraph.la
|
||||
lib/libigraph.so
|
||||
lib/libigraph.so.0
|
||||
lib/libigraph.so.0.0.0
|
||||
include/igraph/DensityGrid.h
|
||||
include/igraph/DensityGrid_3d.h
|
||||
include/igraph/NetDataTypes.h
|
||||
|
Loading…
Reference in New Issue
Block a user