summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2005-07-13 15:45:11 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2005-07-13 15:45:11 +0000
commit7f131001cd5334b3d707260753b8cc94cbd5034e (patch)
treec0730504c31c872ae3d7a488efb7c6d7558065cc
parentEmacs Calc can do arbitrary precision arithmetic, operations on matrices, (diff)
(1) New address for download
(2) USE_MYSQL
Notes
Notes: svn path=/head/; revision=139098
-rw-r--r--www/mod_log_sql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_log_sql/Makefile b/www/mod_log_sql/Makefile
index c63f60599e3c..bde002175ef7 100644
--- a/www/mod_log_sql/Makefile
+++ b/www/mod_log_sql/Makefile
@@ -8,17 +8,17 @@ PORTNAME= mod_log_sql
PORTVERSION= 1.18
PORTREVISION= 2
CATEGORIES= www databases
-MASTER_SITES= http://www.grubbybaby.com/mod_log_sql/
+MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
MAINTAINER= lev@FreeBSD.org
COMMENT= Allows Apache to log to a MySQL database
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client
RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}
WRKSRC= ${WRKDIR}/${PORTNAME}
+USE_MYSQL= yes
USE_BZIP2= yes
USE_REINPLACE= yes
USE_GMAKE= yes