Remove useless dependency on texinfo

Approved by:	cy (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8450
This commit is contained in:
Baptiste Daroussin 2016-11-05 18:07:28 +00:00
parent 6bedeb3feb
commit 449b329c60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425425
2 changed files with 2 additions and 8 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= screen
PORTVERSION= 4.0.3
PORTREVISION= 14
PORTREVISION= 15
CATEGORIES= sysutils
MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \
ftp://ftp.gnu.org/gnu/screen/ \
@ -44,9 +44,6 @@ GNU_CONFIGURE= yes
MAKE_ARGS+= -DWITH_MAN
.endif
.if ${PORT_OPTIONS:MINFO}
.if !exists(/usr/bin/install-info)
RUN_DEPENDS+= install-info:print/texinfo
.endif
INFO= screen
MAKE_ARGS+= -DWITH_INFO
.endif

View File

@ -3,7 +3,7 @@
PORTNAME= screen
PORTVERSION= 4.4.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://ftp.gnu.org/gnu/screen/ \
ftp://ftp.gnu.org/gnu/screen/ \
@ -49,9 +49,6 @@ PLIST_SUB+= MAN=""
PLIST_SUB+= MAN="@comment"
.endif
.if ${PORT_OPTIONS:MINFO}
.if !exists(/usr/bin/install-info)
RUN_DEPENDS+= install-info:print/texinfo
.endif
INFO= screen
MAKE_ARGS+= WITH_INFO=1
.endif