diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-06-09 21:58:44 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-06-09 21:58:44 +0000 |
commit | 913f6d564ce0b4d823394269eb8a0f70e15e512e (patch) | |
tree | 2fe95c180f81fd2827539d2d03d25d06095cb25c /audio/libcddb | |
parent | d402451832705dcaf108324efcfc8e7ab08cdf9d (diff) | |
download | ports-913f6d564ce0b4d823394269eb8a0f70e15e512e.tar.gz ports-913f6d564ce0b4d823394269eb8a0f70e15e512e.zip |
Notes
Diffstat (limited to 'audio/libcddb')
-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> |