1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

[PATCH] Addition of mysql-awareness to mod_mp3 port Makefile

mod_mp3 has support for storing the file lists within MySQL,
	but the port is not currently able to take advantage of
	this.

PR:		ports/39312
Submitted by:	"Kelly Cochran" <kcochran@trolans.net>
This commit is contained in:
Edwin Groothuis 2003-04-06 01:31:42 +00:00
parent e773c4181e
commit b69b7934d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78382

View File

@ -26,6 +26,11 @@ APXS?= ${LOCALBASE}/sbin/apxs
APACHE_PORT?= ${PORTSDIR}/www/apache13
DOCS= ChangeLog README TODO faq.html
.if defined(WITH_MYSQL)
LIB_DEPENDS+= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
CONFIGURE_ARGS+= --with-mysql
.endif
do-install:
${APXS} -i -A -n mp3 ${WRKSRC}/src/mod_mp3.so
.if !defined(NOPORTDOCS)