diff options
Diffstat (limited to 'sysutils/screen-legacy/Makefile')
-rw-r--r-- | sysutils/screen-legacy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/screen-legacy/Makefile b/sysutils/screen-legacy/Makefile index 9766d839ada3..661d8f02a4f5 100644 --- a/sysutils/screen-legacy/Makefile +++ b/sysutils/screen-legacy/Makefile @@ -42,7 +42,7 @@ MAKE_ARGS+= -DWITH_MAN .endif .if ${PORT_OPTIONS:MINFO} .if !exists(/usr/bin/install-info) -RUN_DEPENDS+= install-info:${PORTSDIR}/print/texinfo +RUN_DEPENDS+= install-info:print/texinfo .endif INFO= screen MAKE_ARGS+= -DWITH_INFO |