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
3e9bcf78a5
commit
80bbcc04dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363428
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libvanessa_adt
|
||||
PORTVERSION= 0.0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_adt/${PORTVERSION}/
|
||||
DISTNAME= vanessa_adt-${PORTVERSION}
|
||||
@ -14,8 +15,7 @@ LIB_DEPENDS= libvanessa_logger.so:${PORTSDIR}/devel/libvanessa_logger
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= tar:bzip2
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= libtool tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -1,5 +1,5 @@
|
||||
include/vanessa_adt.h
|
||||
lib/libvanessa_adt.a
|
||||
lib/libvanessa_adt.la
|
||||
lib/libvanessa_adt.so
|
||||
lib/libvanessa_adt.so.1
|
||||
lib/libvanessa_adt.so.1.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user