View | Details | Raw Unified | Return to bug 200096 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 9-15 Link Here
9
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	Reduce size of PostgreSQL archive log files by replacing backup blocks
10
COMMENT=	Reduce size of PostgreSQL archive log files by replacing backup blocks
11
11
12
USES=		gmake pgsql:8.4
12
USES=		gmake pgsql:9.0-
13
WANT_PGSQL=	server:build
13
WANT_PGSQL=	server:build
14
WRKSRC=		${WRKDIR}/pg_lesslog_${PORTVERSION}_pg84
14
WRKSRC=		${WRKDIR}/pg_lesslog_${PORTVERSION}_pg84
15
15

Return to bug 200096