diff options
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 5ff81ac62a12..4a320bf7d750 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -8,6 +8,7 @@ PORTNAME= libcddb PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= SF @@ -17,8 +18,10 @@ COMMENT= A library to access data on a CDDB server USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= gnometarget gnomehack pkgconfig +USE_ICONV= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --without-cdio -CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\"" +CONFIGURE_ENV= CPPFLAGS="-DICONV_CONST=\"const\" -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" .include <bsd.port.mk> |