aboutsummaryrefslogtreecommitdiff
path: root/databases/pgbouncer
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-16 20:27:14 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-16 20:27:14 +0000
commit8ff7a739c94584f16ed4b9701059a5084e732c90 (patch)
tree4a7d57d9accb5d04cc7c75ac4882bf2d44d26175 /databases/pgbouncer
parent46394c9b0e6d3f8554694e75b5f90e5ca9ee332e (diff)
downloadports-8ff7a739c94584f16ed4b9701059a5084e732c90.tar.gz
ports-8ff7a739c94584f16ed4b9701059a5084e732c90.zip
databases/pgbouncer: Remove unnecessary dependency xmlto
It turns out that xmlto is not needed for documentation at all now. The man pages are pregenerated and provided in the tarball. PR: 192507 Reported by: dmitry2004 (yandex.ru)
Notes
Notes: svn path=/head/; revision=365132
Diffstat (limited to 'databases/pgbouncer')
-rw-r--r--databases/pgbouncer/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile
index dc64abd63aad..0e8948727dac 100644
--- a/databases/pgbouncer/Makefile
+++ b/databases/pgbouncer/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pgbouncer
PORTVERSION= 1.5.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3393/
@@ -13,8 +13,7 @@ COMMENT= Lightweight connection pooler for PostgreSQL
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
-BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed \
- xmlto:${PORTSDIR}/textproc/xmlto
+BUILD_DEPENDS+= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
PORTSCOUT= site:http://pgfoundry.org/frs/?group_id=1000258