put USE_GROFF back, it was removed with the 4.2.3 update a while ago and should

not have been (mandoc throws a "bad table layout" error for the tables of flags
for various options; groff copes though isn't terribly pretty).
This commit is contained in:
sthen 2014-10-01 15:25:59 +00:00
parent fa44f620e5
commit c17b968e5d

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.99 2014/09/16 12:35:18 sthen Exp $
# $OpenBSD: Makefile,v 1.100 2014/10/01 15:25:59 sthen Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-4.5.5
REVISION= 0
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/
@ -12,6 +13,8 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto curses expat idn m ereadline ssl stdc++ util z
USE_GROFF= Yes
# lftp needs add_history_time()
LIB_DEPENDS= devel/libidn \
devel/readline>=6.1p2 \