Drop USE_GROFF and bump.

Mandoc now copes with DocBook lists implemented with \h.
This commit is contained in:
schwarze 2017-06-01 19:18:56 +00:00
parent d5aaa3ac46
commit e1948cc4b5
2 changed files with 4 additions and 5 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.22 2015/09/11 12:39:27 pea Exp $
# $OpenBSD: Makefile,v 1.23 2017/06/01 19:18:56 schwarze Exp $
COMMENT = lightweight connection pooler for PostgreSQL
V = 1.6.1
DISTNAME = pgbouncer-${V}
REVISION = 0
CATEGORIES = databases
@ -27,7 +28,6 @@ CONFIGURE_ARGS = --with-libevent=${LOCALBASE} --without-cares
MAKE_FLAGS+= V=1
USE_GMAKE = Yes
USE_GROFF = Yes
# The actual regress tests are (cd ${WRKSRC}/test; ./test.sh)
# They want to create full postgres install and also play with

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.24 2016/12/18 18:21:40 jeremy Exp $
# $OpenBSD: Makefile,v 1.25 2017/06/01 19:18:56 schwarze Exp $
COMMENT= PostgreSQL tools from Skype
MODPY_EGG_VERSION= 3.1.1
DISTNAME= skytools-${MODPY_EGG_VERSION}
REVISION= 2
REVISION= 3
CATEGORIES= databases
@ -27,7 +27,6 @@ RUN_DEPENDS= databases/py-psycopg2
NO_TEST= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-python=${MODPY_BIN}