summaryrefslogtreecommitdiff
path: root/databases/slony1/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-21 20:22:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-21 20:22:38 +0000
commitc1c3d3879b4968d1c956c3c0966a8b6061c0795a (patch)
treee25e44aeeb48749ead54ec3cff166a067ac03031 /databases/slony1/Makefile
parentFix pkg-plist (some added documents/images). (diff)
- Update to 1.0.2
PR: ports/70793 Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Notes
Notes: svn path=/head/; revision=116976
Diffstat (limited to 'databases/slony1/Makefile')
-rw-r--r--databases/slony1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile
index 9d47287aa188..f480ad6e26cf 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`