diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:32:02 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-25 13:32:02 +0000 |
commit | 53ab95c70bd345a9d5b1201f37cc07e8b310b79c (patch) | |
tree | a173fc715229c15e8427c467b396435babdc4860 /audio/liba52/Makefile | |
parent | 705ff464cc3faf206253ea406febd03cad4d5348 (diff) |
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=362898
Diffstat (limited to 'audio/liba52/Makefile')
-rw-r--r-- | audio/liba52/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/liba52/Makefile b/audio/liba52/Makefile index 65ada340b481..213c394940e7 100644 --- a/audio/liba52/Makefile +++ b/audio/liba52/Makefile @@ -3,7 +3,7 @@ PORTNAME= liba52 PORTVERSION= 0.7.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://liba52.sourceforge.net/files/ DISTNAME= a52dec-${PORTVERSION:S/.b/b/} @@ -14,7 +14,7 @@ COMMENT= Free library for decoding ATSC A/52 streams, aka AC-3 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake libtool:keepla +USES= gmake libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-oss --enable-shared USE_LDCONFIG= yes |