- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
aa06e94a21
commit
513d07cad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361305
1 changed files with 3 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gmpc-lyricsplugin
|
||||
PORTVERSION= 0.20.0
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
||||
http://freebsd.unixfreunde.de/sources/
|
||||
|
@ -17,10 +17,9 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= intltool glib20 gtk20 libxml2
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
|
||||
PLIST_FILES= lib/gmpc/plugins/lyricspluginplugin.la \
|
||||
lib/gmpc/plugins/lyricspluginplugin.so
|
||||
PLIST_FILES= lib/gmpc/plugins/lyricspluginplugin.so
|
||||
PLIST_DIRSTRY= lib/gmpc/plugins lib/gmpc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue