mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Convert to USES=libtool
This commit is contained in:
parent
48b6b34d81
commit
32f6127888
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346815
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mpg123
|
||||
PORTVERSION= 1.18.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio ipv6
|
||||
MASTER_SITES= SF \
|
||||
http://www.mpg123.de/download/
|
||||
@ -12,10 +13,9 @@ COMMENT= Command-line player for MPEG Layer 1, 2, and 3 audio files
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USES= gmake pathfix
|
||||
USES= libtool gmake pathfix
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool libltdl
|
||||
USE_GNOME= ltverhack
|
||||
USE_AUTOTOOLS= libltdl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -2,14 +2,12 @@ bin/mpg123
|
||||
bin/mpg123-id3dump
|
||||
bin/mpg123-strip
|
||||
include/mpg123.h
|
||||
lib/libmpg123.a
|
||||
lib/libmpg123.la
|
||||
lib/libmpg123.so
|
||||
lib/libmpg123.so.0
|
||||
lib/mpg123/output_dummy.a
|
||||
lib/libmpg123.so.0.38.4
|
||||
lib/mpg123/output_dummy.la
|
||||
lib/mpg123/output_dummy.so
|
||||
lib/mpg123/output_oss.a
|
||||
lib/mpg123/output_oss.la
|
||||
lib/mpg123/output_oss.so
|
||||
libdata/pkgconfig/libmpg123.pc
|
||||
|
Loading…
Reference in New Issue
Block a user