diff options
Diffstat (limited to 'audio/libcddb/Makefile')
-rw-r--r-- | audio/libcddb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libcddb/Makefile b/audio/libcddb/Makefile index 4d59f230641e..b067e539d8b7 100644 --- a/audio/libcddb/Makefile +++ b/audio/libcddb/Makefile @@ -3,7 +3,7 @@ PORTNAME= libcddb PORTVERSION= 1.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES= SF @@ -11,11 +11,11 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Library to access data on a CDDB server GNU_CONFIGURE= yes -USES= iconv libtool:oldver pathfix tar:bzip2 +USES= iconv libtool pathfix tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ARGS= --without-cdio CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip .include <bsd.port.mk> |