- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
b9337cdd5b
commit
dc931f21aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361131
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gnash
|
||||
PORTVERSION= 0.8.10
|
||||
PORTREVISION= 12
|
||||
PORTREVISION= 13
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/
|
||||
|
||||
|
@ -19,7 +19,7 @@ LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs \
|
|||
|
||||
CONFLICTS= gnash-devel-[0-9]*
|
||||
|
||||
USES= tar:bzip2 pkgconfig gmake
|
||||
USES= tar:bzip2 pkgconfig gmake libtool
|
||||
USE_AUTOTOOLS= libltdl
|
||||
GNU_CONFIGURE= yes
|
||||
WANT_SDL= yes
|
||||
|
|
|
@ -203,7 +203,6 @@ lib/gnash/libgnashbase.so
|
|||
lib/gnash/libgnashcore-%%GNASHVER%%.so
|
||||
lib/gnash/libgnashcore.so
|
||||
lib/gnash/libgnashdevice-%%GNASHVER%%.so
|
||||
lib/gnash/libgnashdevice.la
|
||||
lib/gnash/libgnashdevice.so
|
||||
lib/gnash/libgnashmedia-%%GNASHVER%%.so
|
||||
lib/gnash/libgnashmedia.so
|
||||
|
|
Loading…
Reference in a new issue