- Drop .la files, no dependees require them
Approved by: portmgr blanket
This commit is contained in:
parent
c8726a3e4f
commit
9f6155c4a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366076
2 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= libass
|
||||
PORTVERSION= 0.11.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia devel
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
|
@ -16,7 +17,7 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= ${PORTNAME}
|
||||
GH_COMMIT= 03a9c6c
|
||||
|
||||
USES= libtool:keepla pathfix pkgconfig tar:xz
|
||||
USES= libtool pathfix pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
include/ass/ass.h
|
||||
include/ass/ass_types.h
|
||||
lib/libass.a
|
||||
lib/libass.la
|
||||
lib/libass.so
|
||||
lib/libass.so.5
|
||||
lib/libass.so.5.0.0
|
||||
|
|
Loading…
Reference in a new issue