Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Apr 2002 00:25:16 -0400 (EDT)
From:      "Eric W. Bates" <ericx@misc.vineyard.net>
To:        ports@freebsd.org
Subject:   diff suggestions for www/mod_mp3/Makefile
Message-ID:  <200204230425.g3N4PGf51172@misc.vineyard.net>

next in thread | raw e-mail | index | archive | help
This seems to work, but I didn't add a mysql-client requirement...

*** Makefile~	Mon Mar 18 03:30:36 2002
--- Makefile	Tue Apr 23 00:16:27 2002
***************
*** 23,28 ****
--- 23,32 ----
  APXS?=		${LOCALBASE}/sbin/apxs
  DOCS=		ChangeLog README TODO faq.html
  
+ .if defined(WITH_MYSQL)
+ CONFIGURE_ARGS+= --with-mysql
+ .endif
+ 
  do-install:
  	${APXS} -i -A -n mp3 ${WRKSRC}/src/mod_mp3.so
  .if !defined(NOPORTDOCS)

--ericx@vineyard.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204230425.g3N4PGf51172>