Drop USE_GROFF and bump.
Mandoc now copes with DocBook lists implemented with \h.
This commit is contained in:
parent
e7057d324f
commit
08b267a247
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2016/01/07 08:24:20 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/06/02 08:29:19 schwarze Exp $
|
||||
|
||||
COMMENT = turn-based empire game
|
||||
|
||||
DISTNAME = vms-empire-1.14
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = games
|
||||
|
||||
@ -21,9 +22,6 @@ MAKE_FLAGS = CC="${CC}" \
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
# docbook-generated lists using \h
|
||||
USE_GROFF = Yes
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2017/05/31 08:08:16 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2017/06/02 08:29:19 schwarze Exp $
|
||||
|
||||
COMMENT = creates DjVu files from PDF files
|
||||
|
||||
V = 0.9.6rc20170321
|
||||
DISTNAME = pdf2djvu-${V}
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
@ -33,9 +34,6 @@ LIB_DEPENDS = devel/gettext\
|
||||
print/poppler
|
||||
TEST_DEPENDS = devel/py-nose
|
||||
|
||||
# Weird things like "API specificationu[3]d for details"
|
||||
USE_GROFF = Yes
|
||||
|
||||
USE_GMAKE = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS += --disable-openmp \
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.45 2015/12/20 15:40:17 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.46 2017/06/02 08:29:19 schwarze Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = amd64 i386 powerpc sparc64
|
||||
|
||||
COMMENT = ANSI Common Lisp implementation
|
||||
|
||||
DISTNAME= clisp-2.49
|
||||
REVISION = 0
|
||||
CATEGORIES= lang
|
||||
HOMEPAGE= http://clisp.cons.org/
|
||||
|
||||
@ -21,7 +22,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=clisp/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
|
||||
SEPARATE_BUILD= Yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user