diff options
author | marino <marino@FreeBSD.org> | 2014-08-17 04:27:14 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-17 04:27:14 +0800 |
commit | e8ab2a6e9a89a8f76eb4d4f526bd51b0138bf629 (patch) | |
tree | 4a7d57d9accb5d04cc7c75ac4882bf2d44d26175 /databases | |
parent | 716a3b05d179878e77a717d2c2f38206cb822036 (diff) | |
download | freebsd-ports-gnome-e8ab2a6e9a89a8f76eb4d4f526bd51b0138bf629.tar.gz freebsd-ports-gnome-e8ab2a6e9a89a8f76eb4d4f526bd51b0138bf629.tar.zst freebsd-ports-gnome-e8ab2a6e9a89a8f76eb4d4f526bd51b0138bf629.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)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pgbouncer/Makefile | 5 |
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 |