mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool, drop .la files
This commit is contained in:
parent
8b353dbc8d
commit
8e0ea88f23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356359
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= audiere
|
||||
PORTVERSION= 1.9.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -11,9 +11,10 @@ MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= High-level audio API
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake
|
||||
USES= gmake libtool
|
||||
WANT_WX= yes
|
||||
USE_AUTOTOOLS= autoconf
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
|
||||
|
@ -2,5 +2,4 @@ bin/audiere-config
|
||||
include/audiere.h
|
||||
lib/libaudiere-1.9.4.so
|
||||
lib/libaudiere.a
|
||||
lib/libaudiere.la
|
||||
lib/libaudiere.so
|
||||
|
Loading…
Reference in New Issue
Block a user