- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
740c68f514
commit
5f12e9a8d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361301
2 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= gmpc-albumview
|
||||
PORTVERSION= 11.8.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/
|
||||
|
||||
|
@ -16,6 +16,6 @@ RUN_DEPENDS= gmpc:${PORTSDIR}/audio/gmpc
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= glib20 gtk20 intltool
|
||||
USES= gettext gmake pkgconfig
|
||||
USES= gettext gmake libtool pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
lib/gmpc/plugins/albumviewplugin.la
|
||||
lib/gmpc/plugins/albumviewplugin.so
|
||||
%%DATADIR%%/icons/Humanity/128x128/apps/albumview.png
|
||||
%%DATADIR%%/icons/Humanity/16x16/apps/albumview.png
|
||||
|
|
Loading…
Reference in a new issue