1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Switch to USES=libtool, drop .la files

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-07-01 13:06:03 +00:00
parent 8532f6373f
commit 057f551bdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360001
2 changed files with 4 additions and 3 deletions

View File

@ -3,13 +3,14 @@
PORTNAME= memcheck
PORTVERSION= 0.2.4
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://hald.dnsalias.net/projects/memcheck/
MAINTAINER= demon@FreeBSD.org
COMMENT= Memory Allocation Checker
USE_AUTOTOOLS= libtool
USES= libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes

View File

@ -2,6 +2,6 @@ include/arm-ucontext.h
include/memcheck.h
include/x86_64-ucontext.h
lib/libmemcheck.a
lib/libmemcheck.la
lib/libmemcheck.so
lib/libmemcheck.so.2
lib/libmemcheck.so.0
lib/libmemcheck.so.0.2.4