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 /www/mod_log_sql/Makefile | |
parent | 767a3e989dc8f6046771ddb3b960e76655649611 (diff) | |
download | ports-7f131001cd5334b3d707260753b8cc94cbd5034e.tar.gz ports-7f131001cd5334b3d707260753b8cc94cbd5034e.zip |
Notes
Diffstat (limited to 'www/mod_log_sql/Makefile')
-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 |