diff options
author | pav <pav@FreeBSD.org> | 2004-08-21 20:22:38 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-21 20:22:38 +0000 |
commit | 002537fc1af1e437d37a4947b8abdb80914402a1 (patch) | |
tree | 03c9494a2fdfb2d0652d2f8a2d5c217719e1443f /databases/slony1/Makefile | |
parent | b4e1d97081423445436dfb20adc9c279db4a5f0f (diff) | |
download | FreeBSD-ports-002537fc1af1e437d37a4947b8abdb80914402a1.zip FreeBSD-ports-002537fc1af1e437d37a4947b8abdb80914402a1.tar.gz |
- Update to 1.0.2
PR: ports/70793
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Diffstat (limited to 'databases/slony1/Makefile')
-rw-r--r-- | databases/slony1/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index 9d47287..f480ad6 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= slony1 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases MASTER_SITES= http://developer.postgresql.org/~wieck/slony1/download/ @@ -25,6 +25,7 @@ EXTRA_PATCHES= ${FILESDIR}/extra-GNUmakefile.in RUN_DEPENDS= ${LOCALBASE}/bin/postmaster:${PGSQL_PORT} GNU_CONFIGURE= yes +USE_BISON= yes USE_GETTEXT= yes USE_GMAKE= yes PGSQL_SRC= `cd ${PGSQL_PORT}; make -V WRKSRC` |