diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-01-31 00:35:55 +0000 |
commit | 34fa6c853efa04ca648d3d4187d4aec40a00fc0d (patch) | |
tree | 3445b3e9b6e7650fd127ec078394a0d7a8e79076 /www/pglogd | |
parent | ae2c26ad44dba87dd1377d70dfb1906132114c7b (diff) | |
download | ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.tar.gz ports-34fa6c853efa04ca648d3d4187d4aec40a00fc0d.zip |
Notes
Diffstat (limited to 'www/pglogd')
-rw-r--r-- | www/pglogd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/pglogd/Makefile b/www/pglogd/Makefile index c780100c070a..77243ebddde3 100644 --- a/www/pglogd/Makefile +++ b/www/pglogd/Makefile @@ -7,14 +7,14 @@ PORTNAME= pglogd PORTVERSION= 2.3 +PORTREVISION= 1 CATEGORIES= www databases MASTER_SITES= http://www.digitalstratum.com/pglogd/ MAINTAINER= allie@pajunas.com COMMENT= Sends web server log entries to a PostgreSQL database -LIB_DEPENDS= pq.3:${PORTSDIR}/databases/postgresql7 - +USE_PGSQL= yes USE_REINPLACE= yes post-extract: |