diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-04 18:06:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-04 18:06:07 +0000 |
commit | 642be1b81d8342d3a3323f43bcf5a0bd87a5d363 (patch) | |
tree | f71b3671c7729b9cbc9368cea2f2fede7b20d5c8 /audio/mp3unicode | |
parent | bcaced2c93b58d27ca266602f4049df6ba6becb3 (diff) |
Notes
Diffstat (limited to 'audio/mp3unicode')
-rw-r--r-- | audio/mp3unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3unicode/Makefile b/audio/mp3unicode/Makefile index 32526c04c60d..c3c605d33c62 100644 --- a/audio/mp3unicode/Makefile +++ b/audio/mp3unicode/Makefile @@ -15,7 +15,7 @@ USE_BZIP2= yes USES= iconv pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ICONV_CFLAGS="-I${LOCALBASE}/include" \ - ICONV_LIBS="-L${LOCALBASE}/lib -liconv" + ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" MAN1= mp3unicode.1 PLIST_FILES= bin/mp3unicode |