summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-11-05 18:07:28 +0000
committerbapt <bapt@FreeBSD.org>2016-11-05 18:07:28 +0000
commitcd43dceda917c8a2defc0f4924a91493cf242280 (patch)
tree3694c34389fd29ad5b2f49abcc1dfb2a4ddd8b52
parentf92daa3333c938c4c35c883cc9df1f1d70e1d8cc (diff)
downloadFreeBSD-ports-cd43dceda917c8a2defc0f4924a91493cf242280.zip
FreeBSD-ports-cd43dceda917c8a2defc0f4924a91493cf242280.tar.gz
Remove useless dependency on texinfo
Approved by: cy (maintainer) Differential Revision: https://reviews.freebsd.org/D8450
-rw-r--r--sysutils/screen-legacy/Makefile5
-rw-r--r--sysutils/screen/Makefile5
2 files changed, 2 insertions, 8 deletions
diff --git a/sysutils/screen-legacy/Makefile b/sysutils/screen-legacy/Makefile
index 03fd08a..871f984 100644
--- a/sysutils/screen-legacy/Makefile
+++ b/sysutils/screen-legacy/Makefile
@@ -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
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index ba1ec12..71d30a2 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -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
OpenPOWER on IntegriCloud