diff options
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 5 | ||||
-rw-r--r-- | audio/deadbeef-mpris-plugin/pkg-plist | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile index 500fe746935d..b60b8604b93f 100644 --- a/audio/deadbeef-mpris-plugin/Makefile +++ b/audio/deadbeef-mpris-plugin/Makefile @@ -3,7 +3,7 @@ PORTNAME= deadbeef-mpris-plugin PORTVERSION= 2.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE @@ -17,7 +17,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GNOME= glib20 -USES= pkgconfig +USES= pkgconfig libtool +INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} diff --git a/audio/deadbeef-mpris-plugin/pkg-plist b/audio/deadbeef-mpris-plugin/pkg-plist index 67beda28064f..6227d85cf572 100644 --- a/audio/deadbeef-mpris-plugin/pkg-plist +++ b/audio/deadbeef-mpris-plugin/pkg-plist @@ -1,5 +1,5 @@ lib/deadbeef/mpris.a -lib/deadbeef/mpris.la lib/deadbeef/mpris.so lib/deadbeef/mpris.so.0 +lib/deadbeef/mpris.so.0.0.0 @dirrmtry lib/deadbeef |