diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-10-27 19:44:22 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-10-27 19:44:22 +0100 |
commit | 0c6695a9234a7de4e4e6d03970eaef12aaef51a2 (patch) | |
tree | f90d24920a77b79cd59773ee8e6591b22344099b /openbsd/14.0.0/tdemultimedia/Makefile | |
parent | c5819e7d9cda87b2c7bfccdbb0d160e5528a437d (diff) | |
download | tde-packaging-0c6695a9234a7de4e4e6d03970eaef12aaef51a2.tar.gz tde-packaging-0c6695a9234a7de4e4e6d03970eaef12aaef51a2.zip |
Openbsd: update R14 packages
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 \ |