diff options
Diffstat (limited to 'openbsd/14.0.0/tdemultimedia/Makefile')
-rw-r--r-- | openbsd/14.0.0/tdemultimedia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd/14.0.0/tdemultimedia/Makefile b/openbsd/14.0.0/tdemultimedia/Makefile index c1e82e577..fdc1e299a 100644 --- a/openbsd/14.0.0/tdemultimedia/Makefile +++ b/openbsd/14.0.0/tdemultimedia/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS = x11/trinity/tdelibs \ audio/libogg \ audio/flac \ audio/libvorbis \ + audio/lame \ audio/cdparanoia \ audio/taglib \ audio/mpg123 \ @@ -72,7 +73,7 @@ do-configure: tde-autotools-prepare --with-theora \ --with-vorbis \ --with-gstreamer \ - --without-lame \ + --with-lame \ --with-akode \ --without-musicbrainz \ --with-taglib \ |