We need groff to generate the manpages, but they look fine with mandoc, so
build-depend on groff, but don't USE_GROFF. ok espie@
This commit is contained in:
parent
e18498cdcd
commit
0d07fa7dd9
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2011/12/11 15:04:48 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2011/12/11 18:07:40 pascal Exp $
|
||||
|
||||
COMMENT= threaded newsreader
|
||||
|
||||
@ -23,7 +23,10 @@ CONFIGURE_STYLE=simple
|
||||
CONFIGURE_SCRIPT=Configure
|
||||
CONFIGURE_ARGS=-dse -Doptimize="${CFLAGS}" -Dlocal=${PREFIX}
|
||||
SEPARATE_BUILD=concurrent
|
||||
USE_GROFF= Yes
|
||||
|
||||
# We need groff at build time to generate the manpages, but install them as
|
||||
# source, hence no USE_GROFF
|
||||
BUILD_DEPENDS = textproc/groff
|
||||
|
||||
pre-configure:
|
||||
cp ${FILESDIR}/openbsd-hints ${WRKSRC}/hints/openbsd.sh
|
||||
|
Loading…
Reference in New Issue
Block a user