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/mp3splt | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'audio/mp3splt')
-rw-r--r-- | audio/mp3splt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3splt/Makefile b/audio/mp3splt/Makefile index 55e5d4263db9..3ece642f0ecd 100644 --- a/audio/mp3splt/Makefile +++ b/audio/mp3splt/Makefile @@ -11,10 +11,10 @@ COMMENT= Utility to split MP3 and Ogg files (via CUE sheets) LICENSE= GPLv2 -LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt +LIB_DEPENDS= libmp3splt.so:${PORTSDIR}/audio/libmp3splt \ + libltdl.so:${PORTSDIR}/devel/libltdl -USES= pkgconfig:build -USE_AUTOTOOLS= libltdl +USES= pkgconfig:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oggsplt_symlink CONFIGURE_ENV+= PKG_CONFIG_PATH=${LOCALBASE}/lib/pkgconfig |