diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-07-22 11:35:44 +0000 |
commit | d566d54fa6c982cb4bed8330d51cb11bfe3674ed (patch) | |
tree | db8ae1482499741d4dbb123637dac45579f28eb5 /audio/gnome-music | |
parent | 190ced69a285efe9780eea205067282568a3063f (diff) | |
download | ports-d566d54fa6c982cb4bed8330d51cb11bfe3674ed.tar.gz ports-d566d54fa6c982cb4bed8330d51cb11bfe3674ed.zip |
Notes
Diffstat (limited to 'audio/gnome-music')
-rw-r--r-- | audio/gnome-music/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile index 7ce24569eed0..bfa2023527f6 100644 --- a/audio/gnome-music/Makefile +++ b/audio/gnome-music/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-music PORTVERSION= 3.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -21,7 +21,7 @@ USES= gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz USE_LDCONFIG= yes USE_GNOME= gnomedesktop3 gtk30 intltool introspection:build GNU_CONFIGURE= yes -USE_GSTREAMER1= ogg mad +USE_GSTREAMER1= ogg mpg123 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |