Switch to new options.
Remove version number from LIB_DEPENDS. PR: ports/173789 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Approved by: maintainer timeout
This commit is contained in:
parent
14355efa7a
commit
5e5f13273b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309125
1 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,4 @@
|
|||
# New ports collection makefile for: mt-daapd-devel
|
||||
# Date created: 26 Nov 2007
|
||||
# Whom: Mark Foster <mark@foster.cc>
|
||||
# Created by: Mark Foster <mark@foster.cc>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
|
@ -22,8 +20,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/vorbis/codec.h:${PORTSDIR}/audio/libvorbis \
|
|||
RUN_DEPENDS= oggdec:${PORTSDIR}/audio/vorbis-tools \
|
||||
flac:${PORTSDIR}/audio/flac
|
||||
LIB_DEPENDS= ogg:${PORTSDIR}/audio/libogg \
|
||||
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
||||
id3tag.0:${PORTSDIR}/audio/libid3tag
|
||||
sqlite3:${PORTSDIR}/databases/sqlite3 \
|
||||
id3tag:${PORTSDIR}/audio/libid3tag
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
|
@ -47,11 +45,12 @@ USE_LDCONFIG= yes
|
|||
|
||||
USE_GCC= any
|
||||
|
||||
OPTIONS= JAPANESE "Japanese support in ID3 tags" off
|
||||
OPTIONS_DEFINE= JAPANESE
|
||||
JAPANESE_DESC= Japanese support in ID3 tags
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_JAPANESE)
|
||||
.if ${PORT_OPTIONS:MJAPANESE}
|
||||
EXTRA_PATCHES= ${FILESDIR}/extra-patch-src_scan-mp3.c
|
||||
USE_ICONV= yes
|
||||
CONFIGURE_ARGS+= --enable-iconv
|
||||
|
|
Loading…
Reference in a new issue