diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-07-13 15:45:11 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2005-07-13 15:45:11 +0000 |
commit | 7f131001cd5334b3d707260753b8cc94cbd5034e (patch) | |
tree | c0730504c31c872ae3d7a488efb7c6d7558065cc | |
parent | Emacs 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/Makefile | 4 |
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 |