diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /audio/libmp3splt | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) |
Notes
Diffstat (limited to 'audio/libmp3splt')
-rw-r--r-- | audio/libmp3splt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libmp3splt/Makefile b/audio/libmp3splt/Makefile index 986fa801b5b4..49df9cc713f8 100644 --- a/audio/libmp3splt/Makefile +++ b/audio/libmp3splt/Makefile @@ -12,11 +12,12 @@ COMMENT= Library for splitting of various audio files LICENSE= GPLv2 +LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-cutter --disable-doxygen_doc USES= libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libltdl OPTIONS_MULTI= plugin OPTIONS_MULTI_plugin= MAD VORBIS |