diff options
-rw-r--r-- | multimedia/bmp-extra-plugins/Makefile | 12 | ||||
-rw-r--r-- | multimedia/bmp-extra-plugins/pkg-plist | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/multimedia/bmp-extra-plugins/Makefile b/multimedia/bmp-extra-plugins/Makefile index 54fd0aed621f..497fc7474888 100644 --- a/multimedia/bmp-extra-plugins/Makefile +++ b/multimedia/bmp-extra-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= bmp-extra-plugins PORTVERSION= 0.2.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia audio MASTER_SITES= http://www.t17.ikarnet.pl/~wiget/bmp-extra-plugins/download/ @@ -18,14 +18,16 @@ LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ vorbis.3:${PORTSDIR}/audio/libvorbis \ artsc.0:${PORTSDIR}/audio/arts -USE_GNOME= gtk20 libglade2 esound +USE_GNOME= libglade2 esound USE_X_PREFIX= yes USE_REINPLACE= yes USE_BZIP2= yes -USE_LIBTOOL_VER= 15 +USE_LIBTOOL_VER=15 -CONFIGURE_ARGS+= --with-ogg=${LOCALBASE} \ - --with-vorbis=${LOCALBASE} +CONFIGURE_ARGS+=--with-ogg=${LOCALBASE} \ + --with-vorbis=${LOCALBASE} +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} -e 's,-pthread,${PTHREAD_LIBS},g' \ diff --git a/multimedia/bmp-extra-plugins/pkg-plist b/multimedia/bmp-extra-plugins/pkg-plist index fc67c7d84bf9..1662ece47e3b 100644 --- a/multimedia/bmp-extra-plugins/pkg-plist +++ b/multimedia/bmp-extra-plugins/pkg-plist @@ -21,4 +21,8 @@ share/bmp/status_docklet/stave-anim5.xpm share/bmp/status_docklet/timetre-idle.xpm share/bmp/status_docklet/timetre-paused-anim.xpm share/bmp/status_docklet/timetre-playing-anim.xpm +share/locale/de/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/fr/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/nl/LC_MESSAGES/bmp-extra-plugins.mo +share/locale/pl/LC_MESSAGES/bmp-extra-plugins.mo @dirrm share/bmp/status_docklet |