mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
bb4bfafdc7
commit
428e672f98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362625
2 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libmpdclient
|
||||
PORTVERSION= 2.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.musicpd.org/download/libmpdclient/2/
|
||||
|
||||
|
@ -10,7 +11,7 @@ MAINTAINER= gblach@FreeBSD.org
|
|||
COMMENT= API library for interfacing MPD
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= tar:xz gmake pathfix
|
||||
USES= tar:xz gmake libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
|
|
@ -32,9 +32,9 @@ include/mpd/sticker.h
|
|||
include/mpd/tag.h
|
||||
include/mpd/version.h
|
||||
lib/libmpdclient.a
|
||||
lib/libmpdclient.la
|
||||
lib/libmpdclient.so
|
||||
lib/libmpdclient.so.2
|
||||
lib/libmpdclient.so.2.0.9
|
||||
libdata/pkgconfig/libmpdclient.pc
|
||||
share/vala/vapi/libmpdclient.vapi
|
||||
%%DOCSDIR%%/COPYING
|
||||
|
|
Loading…
Add table
Reference in a new issue